Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Dec 20, 2023
1 parent 98db965 commit cab8252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_dof(self, trough_large_heat_load):
m.fs.trough.hours_storage.unfix()
assert degrees_of_freedom(m) == 2

@pytest.mark.skip # still fails
@pytest.mark.skip # still fails
@pytest.mark.unit
def test_calculate_scaling(self, trough_large_heat_load):
m = trough_large_heat_load
Expand Down

0 comments on commit cab8252

Please sign in to comment.