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
logger.exception("Unable to save weathermodel to file")
RAiDER proceeds without any error because this line is wrapped in a bare try-except. I suspect this try-except was not meant to catch this error in particular, but since it didn't specify an exception it must have slipped through.
Desktop (please complete the following information):
Describe the bug
Ruff reports that the variables
dt
andcrs
, used below, are not defined.RAiDER/tools/RAiDER/models/gmao.py
Lines 147 to 151 in d617dac
RAiDER proceeds without any error because this line is wrapped in a bare try-except. I suspect this try-except was not meant to catch this error in particular, but since it didn't specify an exception it must have slipped through.
Desktop (please complete the following information):
RAiDER git tag:
commit 2a34802 (HEAD -> dev, tag: v0.5.2, upstream/main, upstream/dev, upstream/HEAD)
Merge: 223d862 2b7190c
Author: Jeremy Maurer [email protected]
Date: Mon Jul 15 11:54:29 2024 -0500
Merge pull request v0.5.2 #670 from dbekaert/dev
v0.5.2
OS: Arch Linux 5.15.153.1-microsoft-standard-WSL2 on Windows 10
The text was updated successfully, but these errors were encountered: