Skip to content

Commit 41122f6

Browse files
bugfix
1 parent 8f3dbe3 commit 41122f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

accelforge/mapper/FFM/_join_pmappings/pmapping_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ def make_pareto(
864864
self._data = new_data
865865
return self
866866
else:
867-
return self.update(data=new_data)
867+
return self.update(data=new_data, skip_pareto=True)
868868

869869
def has_reservations(self):
870870
return any(col2reservation(c) is not None for c in self.data.columns)

0 commit comments

Comments
 (0)