Skip to content

Commit

Permalink
Prevent test file from being exported
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Jan 8, 2024
1 parent 366f61a commit 8355471
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/turbine_utilities_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def test_build_turbine_dict():
test_dict = build_cosine_loss_turbine_dict(
turbine_data_dict,
test_turb_name,
file_name=os.path.join(test_file_path, test_turb_name+".yaml"),
generator_efficiency=in_dict_v3["generator_efficiency"],
hub_height=in_dict_v3["hub_height"],
pP=in_dict_v3["pP"],
Expand Down Expand Up @@ -82,7 +81,6 @@ def test_build_turbine_dict():
test_dict_2 = build_cosine_loss_turbine_dict(
turbine_data_dict,
test_turb_name,
file_name=os.path.join(test_file_path, test_turb_name+".yaml"),
generator_efficiency=in_dict_v4["generator_efficiency"],
hub_height=in_dict_v4["hub_height"],
pP=in_dict_v4["power_thrust_table"]["pP"],
Expand Down

0 comments on commit 8355471

Please sign in to comment.