You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
project1-boptest/data/data_manager.py
Line 391 in c464c08
The text was updated successfully, but these errors were encountered: