Skip to content

Commit

Permalink
Fix the duty cycle test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Mar 18, 2024
1 parent b196ed9 commit c5654d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_duty_cycle_repetition.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_use_case():
p_12=2000, # power of the second cycle
t_12=18, # time needed for the second cycle
)

test_appliance.continuous_duty_cycle = False
# Create and initialize UseCase
duty_cycle_test_uc = UseCase(name="duty_cycle_test", users=[test_user])
duty_cycle_test_uc.initialize(num_days=3)
Expand Down

0 comments on commit c5654d0

Please sign in to comment.