Skip to content

Commit f62d417

Browse files
more single quotes double quotes issues
1 parent c008035 commit f62d417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smodels/tools/printers/slhaPrinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _formatTheoryPredictionList(self, obj):
157157
output += f" {cter} 2 {r_expected:<30.3E} #expected r value\n"
158158
output += f" {cter} 3 {theoPred.getmaxCondition():<30.2f} #condition violation\n"
159159
output += f" {cter} 4 {expResult.globalInfo.id:<30} #analysis\n"
160-
output += f" {cter} 5 {signalRegion.replace(" ", "_"):<30} #signal region \n"
160+
output += f" {cter} 5 {signalRegion.replace(' ', '_'):<30} #signal region \n"
161161
nll = theoPred.likelihood( return_nll = True )
162162
if nll is not None:
163163
nllmin = theoPred.lmax(return_nll=True)

0 commit comments

Comments
 (0)