Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Sep 20, 2023
1 parent 2b11421 commit 9b1dfda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosmosis/postprocessing/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def run(self):
try:
filename=self.plot_2d(name1, name2)
except ValueError:
if self.options.get('fatal_errors'):
if self.options.get("fatal_errors", False):
raise
print("Could not make plot {} vs {} - error in contour".format(name1,name2))
continue
Expand Down
2 changes: 1 addition & 1 deletion cosmosis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.3.1'
__version__ = '3.4'

0 comments on commit 9b1dfda

Please sign in to comment.