moved rdsap_tables to recommendations

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-21 18:22:05 +01:00
parent 4462a11e3b
commit 6160c0685c
3 changed files with 1 additions and 2 deletions

View file

@ -7,4 +7,4 @@ omit =
model_data/__init__.py
model_data/app.py
model_data/plotting/*
model_data/rdsap_tables.py
recommendations/rdsap_tables.py

View file

@ -36,7 +36,6 @@ package:
# Exclude all of model_data but then re-include the files we need
- '!model_data/**'
- 'model_data/BaseUtility.py'
- 'model_data/rdsap_tables'
- 'model_data/config.py'
- 'model_data/__init__.py'
- '!infrastructure/**'