Skip to content

Commit 38cc888

Browse files
cleanup computeP
1 parent f62d417 commit 38cc888

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
@@ -188,7 +188,7 @@ def _formatUncovered(self, obj):
188188
output = "\nBLOCK SModelS_Coverage"
189189
for i, group in enumerate(sorted(groups, key=lambda g: g.label)):
190190
output += f"\n {i} 0 {group.label:<30} # {group.description}"
191-
output += f"\n {i} 1 {group.getTotalXSec():<30.3E} # {"Total cross-section (fb)"}"
191+
output += f"\n {i} 1 {group.getTotalXSec():<30.3E} # Total cross-section (fb)"
192192
output += "\n"
193193
return output
194194

0 commit comments

Comments
 (0)