Skip to content

Commit

Permalink
Merge pull request #197 from AI-Planning/locm-fixes
Browse files Browse the repository at this point in the history
Minor fix to locm debugging.
  • Loading branch information
haz authored Jun 16, 2023
2 parents 64b8ac4 + be377ce commit a2ccc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macq/extract/locm.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def _step7(
print()

print("bindings:")
pprint(bindings[sorts["rooma"]])
pprint(bindings)
print()

bound_param_sorts = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.3.2"
VERSION = "0.3.3"

NAME = "macq"

Expand Down

0 comments on commit a2ccc53

Please sign in to comment.