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

Fixing code format #3

Merged
merged 2 commits into from
Jun 27, 2023
Merged

Fixing code format #3

merged 2 commits into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. First pass at Fixing Code Issues

    I fixed linting, extra spacing, and blank line issues. Moved all new functions to flimesolve.py. Replaced scipy functions with Numpy equivalents. Fixed issues in correlation.py by updating to my most current version, which should just introduce flimesolve.py as an additional solver.
    magnamancer committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a186139 View commit details
    Browse the repository at this point in the history
  2. Fixed small comment issue

    Commented out a [0] in line 91 for some reason. I uncommented it now to bring it better in line with correlation.py
    magnamancer committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e37df3b View commit details
    Browse the repository at this point in the history