You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/prepare_data.py, line 28, the dtype for the telescope label can only hold 10 characters; so e.g. BIS_CORALIE -> BIS_CORALI. When later assigning labels from telescopes_labels (containing 'BIS_CORALIE') the code fails; in my case when deriving smart priors.
I suggest using S15/U15 for the dtype (in src/prepare_data.py, line 28,), and/or caution the user in default.py that telescope_labels can only have a certain length.
The text was updated successfully, but these errors were encountered:
In src/prepare_data.py, line 28, the dtype for the telescope label can only hold 10 characters; so e.g. BIS_CORALIE -> BIS_CORALI. When later assigning labels from telescopes_labels (containing 'BIS_CORALIE') the code fails; in my case when deriving smart priors.
I suggest using S15/U15 for the dtype (in src/prepare_data.py, line 28,), and/or caution the user in default.py that telescope_labels can only have a certain length.
The text was updated successfully, but these errors were encountered: