Skip to content

Commit

Permalink
Merge branch 'main' into iterate_nojobs
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Nov 14, 2023
2 parents 71d3d37 + 84e594e commit 1d8c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfaster/xfaster_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ def save_state(self, tag):
standard file options are applied to produce the output filename.
See ``get_filename`` for details.
"""
data = vars(self)
data = vars(self).copy()
data["data_version"] = self.data_version
data.pop("logger")

Expand Down

0 comments on commit 1d8c07d

Please sign in to comment.