Skip to content

Commit b5beff0

Browse files
committed
fix: remove the monitor.close
1 parent 8285b29 commit b5beff0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_envpool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def __call__(self, x):
5252
for i in range(5):
5353
state = workflow.step(state)
5454

55-
monitor.close()
5655
min_fitness, state = use_state(monitor.get_best_fitness)(state)
5756
# envpool is deterministic, so the result should always be the same
5857
assert min_fitness == 59.0

0 commit comments

Comments
 (0)