Skip to content

Commit

Permalink
Merge pull request #9 from StFroese/remove_print
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese authored Aug 30, 2023
2 parents 45ba4c0 + 82f39ef commit c43d124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion titrate/upperlimits.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def save_results(self, path, overwrite=False, **kwargs):
"2sigma_minus_ul": two_sigma_minus_uls[ch_idx] * CS,
"2sigma_plus_ul": two_sigma_plus_uls[ch_idx] * CS,
}
print(ul_dict)
qtable = QTable(ul_dict)
qtable.write(
path,
Expand Down

0 comments on commit c43d124

Please sign in to comment.