Skip to content

Commit

Permalink
Disable minimal run tests for big tetris boards to cut down test time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Jun 6, 2024
1 parent 190152c commit 8e582a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gflownet/envs/test_tetris.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ def setup(self, env):
self.env = env
self.repeats = {
"test__reset__state_is_source": 10,
"test__gflownet_minimal_runs": 0,
}
self.n_states = {} # TODO: Populate.

Expand All @@ -559,6 +560,7 @@ def setup(self, env_full):
self.env = env_full
self.repeats = {
"test__reset__state_is_source": 10,
"test__gflownet_minimal_runs": 0,
}
self.n_states = {} # TODO: Populate.

Expand Down

0 comments on commit 8e582a3

Please sign in to comment.