Skip to content

Commit 7ed12d7

Browse files
committed
fix missing pyasp import
version bump 1.4.1
1 parent cafca6d commit 7ed12d7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.4.1
2+
------
3+
fix missing pyasp import
4+
15
v1.4
26
----
37
use pyasp-1.4.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name = 'iggy',
23-
version = '1.4',
23+
version = '1.4.1',
2424
url = 'http://bioasp.github.io/iggy/',
2525
license = 'GPLv3+',
2626
description = 'A tool for consistency based analysis of influence graphs and observed systems behavior.',

src/query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import os
2525
import tempfile
2626
from pyasp.asp import *
27+
from pyasp.term import String2TermSet;
2728

2829
root = __file__.rsplit('/', 1)[0]
2930
contradictory_obs_prg = root + '/encodings/contradictory_obs.lp'

0 commit comments

Comments
 (0)