Skip to content

Commit

Permalink
[fix] removing expensive function
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 15, 2024
1 parent b92991e commit 5f4f449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimage_embed/tests/test_lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_trainer_dummy_model_fit(trainer, lit_dummy_model, datamodule):
return trainer.fit(lit_dummy_model, datamodule)


# @pytest.mark.skip(reason="Expensive")
@pytest.mark.skip(reason="Expensive")
def test_trainer_fit(trainer, lit_model, datamodule):
return trainer.fit(lit_model, datamodule)

Expand Down

0 comments on commit 5f4f449

Please sign in to comment.