Skip to content

Commit

Permalink
Maybe random DAGGER timeout will stop if I remove new test
Browse files Browse the repository at this point in the history
  • Loading branch information
shwang committed Jan 18, 2020
1 parent 0576bc5 commit 7431fb4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ def test_transfer_learning(tmpdir):
}},
),
# Test that custom environments are passed to SubprocVecEnv in Ray workers.
dict(
sacred_ex_name="train_adversarial",
base_named_configs=["custom_ant", "fast"],
base_config_updates=dict(
init_trainer_kwargs=dict(
parallel=True,
num_vec=2,
)),
),
# dict(
# sacred_ex_name="train_adversarial",
# base_named_configs=["custom_ant", "fast"],
# base_config_updates=dict(
# init_trainer_kwargs=dict(
# parallel=True,
# num_vec=2,
# )),
# ),
]

PARALLEL_CONFIG_LOW_RESOURCE = {
Expand Down

0 comments on commit 7431fb4

Please sign in to comment.