Skip to content

Commit

Permalink
Update create_multilayer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Aug 9, 2024
1 parent 7857b50 commit 3f72dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hummuspy/src/hummuspy/create_multilayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import os
import pandas
import sys
import copy

from joblib import delayed, Parallel, dump, load

Expand Down Expand Up @@ -913,4 +914,4 @@ def __parse_seed(self):

seed_obj = Seed(path='', multiplexall=self.multiplexall_obj, seeds = self.seeds)

return seed_obj
return seed_obj

0 comments on commit 3f72dcd

Please sign in to comment.