Skip to content

Commit

Permalink
switched to concat_thickets from unify_ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Dec 28, 2023
1 parent b597daf commit 23e8f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thicket/thicket.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def from_timeseries(
ens_list.append(Thicket.thicketize_timeseries_graphframe(gf, level))

# Perform unify ensemble
thicket_object = Thicket.unify_ensemble(ens_list)
thicket_object = Thicket.concat_thickets(ens_list)
return thicket_object

@staticmethod
Expand Down

0 comments on commit 23e8f47

Please sign in to comment.