Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed May 8, 2024
1 parent e95a817 commit 1633a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hap.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def test_hap():
p.setter(p.baseline)
mdl.system.simulate()
out = [m() for m in mdl.metrics]
transport_duty = out.pop(1)

#!!! disabled test w.r.t. CVRP solution until figure out random seed setting
# import numpy as np
# transport_duty = out.pop(1)
# assert np.isclose(transport_duty, 0.966498304330359, rtol=0.1)

ac(out,
Expand Down

0 comments on commit 1633a76

Please sign in to comment.