Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZmeiGorynych committed Aug 29, 2024
1 parent ab561aa commit 8afa4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/causaltune/test_endtoend_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ def test_endtoend_multivalue_bootstrap(self):


if __name__ == "__main__":
# pytest.main([__file__])
TestEndToEndInference().test_endtoend_multivalue_bootstrap()
pytest.main([__file__])
# TestEndToEndInference().test_endtoend_multivalue_bootstrap()

0 comments on commit 8afa4ba

Please sign in to comment.