Skip to content

Commit

Permalink
ENH: Save means to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Jun 13, 2021
1 parent 6c5abc8 commit 8514f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fissa/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def save_prep(self, destination=None):
Path to output file. The default destination is ``"separated.npz"``
within the cache directory ``self.folder``.
"""
fields = ["nCell", "raw", "roi_polys"]
fields = ["means", "nCell", "raw", "roi_polys"]
if destination is None:
if self.folder is None:
raise ValueError(
Expand Down

0 comments on commit 8514f6b

Please sign in to comment.