Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 8, 2023
1 parent 265a954 commit 9e5dabb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/tests/test_convert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import numpy as np
from egglog import *
from egglog.runtime import CONVERSIONS


def test_conversion_custom_metaclass():
Expand All @@ -18,7 +16,6 @@ def __init__(self):
...

converter(MyMeta, MyTypeExpr, lambda x: MyTypeExpr())
print(CONVERSIONS)
assert expr_parts(convert(MyType(), MyTypeExpr)) == expr_parts(MyTypeExpr())


Expand Down

0 comments on commit 9e5dabb

Please sign in to comment.