Skip to content

Commit

Permalink
use pyasp-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed May 21, 2014
1 parent 9675de3 commit bd66df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ def run(self):
package_data = {'__meneco__' : ['encodings/*.lp']},
scripts = ['meneco.py'],
install_requires=[
"pyasp == 1.3.1"
"pyasp == 1.3.3"
]
)
3 changes: 2 additions & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ def clean_up() :
def print_met(predictions) :
for p in predictions:
if p.pred() == "xreaction" : print ' '+str(p.arg(0))
if p.pred() == "unproducible_target" : print ' '+str(p.arg(0))
if p.pred() == "unproducible_target" : print ' '+str(p.arg(0))
if p.pred() == "target" : print ' '+str(p.arg(0))

0 comments on commit bd66df4

Please sign in to comment.