Skip to content

Commit a2ccc53

Browse files
authored
Merge pull request #197 from AI-Planning/locm-fixes
Minor fix to locm debugging.
2 parents 64b8ac4 + be377ce commit a2ccc53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

macq/extract/locm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def _step7(
720720
print()
721721

722722
print("bindings:")
723-
pprint(bindings[sorts["rooma"]])
723+
pprint(bindings)
724724
print()
725725

726726
bound_param_sorts = {

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "0.3.2"
3+
VERSION = "0.3.3"
44

55
NAME = "macq"
66

0 commit comments

Comments
 (0)