Skip to content

Commit

Permalink
Bugfix: get_lmax capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrison committed Mar 21, 2024
1 parent a6f1991 commit 2819802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvapipe_analysis/tools/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def should_calculate_intensity_features(self, alias):
def get_mask_alias(self, alias):
return [v for (k, v) in self.features_section['intensity'].items() if k==alias][0]

def get_Lmax(self):
def get_lmax(self):
return self.features_section['SHE']['lmax']

def get_sigma(self, alias):
Expand Down

0 comments on commit 2819802

Please sign in to comment.