Skip to content

Commit

Permalink
fix: wrong arg in sm pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Jul 26, 2024
1 parent 8b8e9ca commit 32efc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipers/ml/signed_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def transform1(
st.expansion(st.num_vertices)
signed_measures_euler = (
mp.signed_measure(
simplextree=st,
st,
degrees=[None],
plot=self.plot,
mass_default=self._default_mass_location,
Expand Down

0 comments on commit 32efc46

Please sign in to comment.