AutoResearch / autora-theorist-bms

MIT License
0 stars 0 forks source link

Fix warnings when running BMS about invalid data #28

Open hollandjg opened 2 years ago

TheLemonPig commented 1 year ago

What we used elsewhere (and which the author used was):

import warnings
warnings.filterwarnings("ignore")

I can understand if this isn't an ideal solution