dbekaert / RAiDER

Raytracing Atmospheric Delay Estimation for RADAR
Apache License 2.0
70 stars 39 forks source link

[BUG] undefined variables #352

Open garlic-os opened 2 years ago

garlic-os commented 2 years ago

Describe the bug flake8 found some places where a variable is referred to but never defined (flake8 F821). This issue lists those places so we can figure out what's gone wrong.
An interesting thing to note is if runtime errors have never been encountered for these variables, then the code they live in has never been reached.

Uses of undefined variables

commit e4131dcf96d13eedcfb39842e0a0997f91532de7 (HEAD -> dev, upstream/dev, upstream/HEAD)
Merge: e37c73c 5190b53
Author: Jeremy Maurer <maurer.jeremy@gmail.com>
Date:   Tue Jul 9 16:58:31 2024 -0500

    Merge pull request #656 from garlic-os/port-example-args-to-yamls

    Re-add example run configurations
garlic-os commented 4 months ago

Updated for July 2024