Skip to content

Commit

Permalink
Fixed an error in the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Sep 24, 2024
1 parent 3ee8dad commit e787ee9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration_tests/test_primitive_translator_managing.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def fake_add_translator(*args: Any, **kwargs: Any) -> None: # noqa: ARG001 [unu


def test_has_pjit():
print(f"ADDRESS: {translator.get_registered_primitive_translators()['pjit']}")
print(f"FUN ADDRESS: {translator.primitive_translators.pjit_translator.PJITTranslator}")
assert "pjit" in translator.get_registered_primitive_translators()


Expand Down

0 comments on commit e787ee9

Please sign in to comment.