Skip to content

Commit

Permalink
adjust score
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlvarezJarreta committed May 24, 2024
1 parent 6392212 commit b5d84d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/inference/test_Inference__init_.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_get_keywords(self, tool: str, expected: ContextManager):
"-N",
"1",
],
-1974.894224,
-1974.894207,
does_not_raise(),
),
(
Expand All @@ -223,7 +223,7 @@ def test_get_keywords(self, tool: str, expected: ContextManager):
"-N",
"1",
],
-1974.894224,
-1974.894207,
pytest.raises(ValueError),
),
(
Expand Down

0 comments on commit b5d84d9

Please sign in to comment.