Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file exclusion to data manager load_data_and_jsons() #423

Closed
dhblum opened this issue May 13, 2022 · 1 comment
Closed

Add file exclusion to data manager load_data_and_jsons() #423

dhblum opened this issue May 13, 2022 · 1 comment

Comments

@dhblum
Copy link
Collaborator

dhblum commented May 13, 2022

The load_data_and_jsons() method of the data manager loads, checks, and tries to process every file within the FMU resources directory with a .csv ending. This issue is to add the ability to exclude certain files that are needed for FMU simulation but not for access by BOPTEST infrastructure. One example is for Spawn simulation, the inclusion of schedules as csv files. Note a current workaround is including these files as .txt.

Relevant line:

if f.startswith('resources/') and f.endswith('.csv'):

This was referenced May 18, 2022
@dhblum
Copy link
Collaborator Author

dhblum commented Jun 9, 2022

Closed by #426.

@dhblum dhblum closed this as completed Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant