Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A whole bunch of pylint warning/error/refactor fixes #384

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 31, 2022

  1. A whole bunch of pylint warning/error/refactor fixes, these bring pyl…

    …int messages from hundreds down to just 50 - the ones that remain are larger issues mostly, or things I'm not too sure on a nice way to fix just yet
    mwheeler committed May 31, 2022
    Configuration menu
    Copy the full SHA
    2358841 View commit details
    Browse the repository at this point in the history
  2. Removed a lot of disabled pylint message types (which had no really v…

    …alid reason for being disabled), kept a few disabled with justification for why... and tweaked some other parameters to be more suitable for algorithmic/math heavy code in PyRate
    mwheeler committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5e900bf View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Fixed a small logging bug I introduced in a refactor (this is not the…

    … cause of the unit test failure, which I still haven't found the source of)
    mwheeler committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    779702b View commit details
    Browse the repository at this point in the history
  2. Testing a possible cause of MPI failures (for lack of anything else I…

    … can find that could impact how anything runs)
    mwheeler committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8fe921e View commit details
    Browse the repository at this point in the history
  3. Un-did last checking which incorrectly attempted to solve an issue in…

    … Configuration, and fixed the issue that has been identified a missing f-string in my prepifg.py refactoring
    mwheeler committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6252e3d View commit details
    Browse the repository at this point in the history