Skip to content

Commit

Permalink
BoundedMaskedColumn for both regular and masked columns in Features
Browse files Browse the repository at this point in the history
The differences between BoundedMaskedColumn and Column were causing
hard-to-debug crashes under very specific circumstances.
  • Loading branch information
Dries Van De Putte committed May 7, 2024
1 parent 5421f71 commit 3d341ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pahfit/features/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class Features(Table):

TableFormatter = BoundedParTableFormatter
MaskedColumn = BoundedMaskedColumn
Column = BoundedMaskedColumn

param_covar = TableAttribute(default=[])
_kind_params = {'starlight': {'temperature', 'tau'},
Expand Down

0 comments on commit 3d341ad

Please sign in to comment.