Skip to content

Commit

Permalink
clean: remove snippet to run single test file
Browse files Browse the repository at this point in the history
  • Loading branch information
CompRhys committed Oct 22, 2024
1 parent daff880 commit ed9595b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ax/models/torch/tests/test_sebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,3 @@ def test_optimize_l0(self, mock_optimize_acqf_homotopy: Mock) -> None:
),
options=self.options,
)

if __name__ == "__main__":
import pytest
pytest.main([__file__])

0 comments on commit ed9595b

Please sign in to comment.