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
When I try to use the port_csvs_to_db.py script using the subscenario, subscenario_id and project arguments to import an exogenous availability file for a specific project into the database, I get the following error:
ValueError: A CSV file for ID project_name-1 does not exist
This is because there are two rows in the csv_data_master that have "exogenous_availability_scenario_id" in the subscenario column: one for project exogenous availability and the other for transmission exogenous availability. So, it is trying to import the csvs in these two locations.
The text was updated successfully, but these errors were encountered:
When I try to use the port_csvs_to_db.py script using the subscenario, subscenario_id and project arguments to import an exogenous availability file for a specific project into the database, I get the following error:
ValueError: A CSV file for ID project_name-1 does not exist
This is because there are two rows in the csv_data_master that have "exogenous_availability_scenario_id" in the subscenario column: one for project exogenous availability and the other for transmission exogenous availability. So, it is trying to import the csvs in these two locations.
The text was updated successfully, but these errors were encountered: