Skip to content

Commit

Permalink
Turn off transpose body relation test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasZahradnik committed Jul 8, 2022
1 parent d3da799 commit 7ef20e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_constructs.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def test_relation_creation() -> None:
neg_relation = ~relation
assert neg_relation.function is Activation.REVERSE

t_relation = relation.T
assert t_relation.function is Activation.TRANSP
# t_relation = relation.T
# assert t_relation.function is Activation.TRANSP


def test_rule_metadata():
Expand Down

0 comments on commit 7ef20e5

Please sign in to comment.