Skip to content

Commit

Permalink
Merge pull request #41 from YosefLab/canergen-parent
Browse files Browse the repository at this point in the history
Updated tests.
  • Loading branch information
canergen authored Feb 20, 2024
2 parents de7b343 + c6b6c61 commit 997e879
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2,190 deletions.
2 changes: 1 addition & 1 deletion popv/reproducibility/_alluvial.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def generate_alluvial_fan(
b_item,
]
]
return np.array(alluvial_fan)
return np.array(alluvial_fan, dtype=object)

def plot(self, figsize=(10, 15), alpha=0.5, **kwargs):
colors = self.get_color_array(**kwargs)
Expand Down
Loading

0 comments on commit 997e879

Please sign in to comment.