Skip to content

Commit

Permalink
Commented out nonsensical code to see if tests still pass
Browse files Browse the repository at this point in the history
  • Loading branch information
HughPH committed Mar 24, 2022
1 parent 2c114e9 commit 528d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/test_model_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
)


@pytest.mark.skip
#@pytest.mark.skip
@pytest.mark.parametrize("param_dict", parameters, ids=names)
def test_train(param_dict):
@distributed_test(world_size=param_dict.pop("world_size", 2))
Expand Down

0 comments on commit 528d257

Please sign in to comment.