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

Updates to Ghosh implementation #146

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

Commits on Aug 14, 2024

  1. Changes related to changing naming conventions and Ghosh defintion in…

    … background.
    Felix Beckebanze committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6e9eeb1 View commit details
    Browse the repository at this point in the history
  2. Changed matrix As into B, defined it as transpose of previous impleme…

    …ntation, and also changed the implementation of G to its transpose (an all definitions of G in terms of L etc likewise).
    Felix Beckebanze committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    eed3ebd View commit details
    Browse the repository at this point in the history
  3. run black

    marianolten committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    41656d1 View commit details
    Browse the repository at this point in the history
  4. Changed np.NaN into np.nan, as this is apparently required by the lat…

    …est numpy version.
    Felix Beckebanze committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fd8bfae View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Ghosh-updates' of https://github.com/Beckebanze/pymrio

    …into Ghosh-updates
    Felix Beckebanze committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f277e19 View commit details
    Browse the repository at this point in the history
  6. Changed test implementation for exio extension parsing. There was a w…

    …rong useage of np.allclose(arr1, arr2) which apparently did not lead it issues with earlier version of numpy.
    Felix Beckebanze committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4533f5d View commit details
    Browse the repository at this point in the history