Skip to content

Commit

Permalink
try to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Oct 26, 2023
1 parent a114a01 commit f39f239
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified examples/reify/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/reify/viz.lp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#defined theory_atom/5.
#defined theory_tuple/1.
#defined theory_tuple/3.
#defined theory_sequence/3.

atom(E, atom_tuple(A,E)):- atom_tuple(A,E), E>0.
atom(E, external(E,V)):- external(E,V).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install_requires =

[options.extras_require]
dev =
pylint>=2.12
pylint=2.12
pytest>=6.2
test =
pytest>=6.2
Expand Down

0 comments on commit f39f239

Please sign in to comment.