Skip to content

Commit

Permalink
bug fix robs=rexp
Browse files Browse the repository at this point in the history
  • Loading branch information
APMDSLHC committed Mar 20, 2024
1 parent 94f33f1 commit c38a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smodels/tools/printerTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def getSummaryFrom(output, ptype):
for i,r in enumerate(rexp):
if r == 'float("nan")':
rexp[i] = -1
rexp = rvals.astype(float)
rexp = rexp.astype(float)
summaryDict['r_max'] = rvals[0]
summaryDict['r_exp'] = rexp[0]
summaryDict['MostConstrainingAnalysis'] = anaIDs[0]
Expand Down

0 comments on commit c38a64a

Please sign in to comment.