Skip to content

Commit

Permalink
Fix non-existing model attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 16, 2025
1 parent a08bdcd commit 289f2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccompass/CCMPS.py
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ def _handle_match_markers(self, values: dict):
self.model.fract_marker,
self.model.fract_marker_vis,
self.model.fract_test,
self.model.classnames,
_,
) = create_markerprofiles(
self.model.fract_data,
values["-marker_fractkey-"],
Expand Down

0 comments on commit 289f2e7

Please sign in to comment.