openclimatefix / metnet

PyTorch Implementation of Google Research's MetNet and MetNet-2
MIT License
231 stars 47 forks source link

Fix tests #66

Open peterdudfield opened 2 weeks ago

peterdudfield commented 2 weeks ago

The CI tests are currently failing, it would be great to get these working again

jramosss commented 1 week ago

Hey there, i see that the last failing pipeline shows that ruff is failing, and i see there are tons of errors see here Is the pipeline expected to fail when not meeting this requirements, should the "real issue" be fix formatting or maybe loose the rules a little bit?

peterdudfield commented 4 days ago

yea, perhaps it is to fix the formatting. What do you think should be done? Fix formatting or loosen the rules?

jramosss commented 1 day ago

First of all maybe change the name of the issue to fix formatting issues. Then, definitely loosen the rules, unless the philosophy of the repo is to use docstring (maybe in core/big functions helps, but i don't think every function should have a docstring) I created a new one, see #67