Skip to content

Commit

Permalink
fixed to_dict modification
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Aug 24, 2023
1 parent 9a25956 commit e5046fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peppy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.40.0a3"
__version__ = "0.40.0a4"
2 changes: 1 addition & 1 deletion peppy/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def to_dict(
SUBSAMPLE_RAW_LIST_KEY: sub_df,
}
else:
p_dict = self.config
p_dict = self.config.copy()
p_dict["_samples"] = [s.to_dict() for s in self.samples]

return p_dict
Expand Down

0 comments on commit e5046fd

Please sign in to comment.