Skip to content

Commit

Permalink
remove gh action check
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Oct 25, 2023
1 parent a39cd64 commit 8265d16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ def test_model_init_heatmaps(self):
self.assertTrue(torch.mean(heatmap).item() < 0.1)
self.assertTrue(torch.var(heatmap).item() < 0.1)

# TODO: chcek if we can run it on gh actions as well.
IN_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true"

# @pytest.mark.skipif(IN_GITHUB_ACTIONS, reason="Test doesn't work in Github Actions atm")
def test_checkpoint_loading(self):
wandb_logger = WandbLogger(dir=get_wandb_log_dir_path(), mode="offline")

Expand Down

0 comments on commit 8265d16

Please sign in to comment.