aurora-multiphysics / cyclops

Cyclops is a sensor suite optimisation program, designed for fusion engineering experiments.
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Investigate warnings in regressors.py #22

Open lukethehuman opened 12 months ago

lukethehuman commented 12 months ago

Warnings are being suppressed in regressors.py via the line warnings.filterwarnings("ignore"). Investigate whether this is valid and if so provide the reasoning in a comment above this line. If not, remove the line and ideally resolve any warnings being raised (or submit a new issue).