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

ENH: Use calculate_ function to compute thermochemical error #117

Merged
merged 15 commits into from Mar 1, 2020

Commits on Mar 1, 2020

  1. Copy the full SHA
    063ef81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e53b8e View commit details
    Browse the repository at this point in the history
  3. Refactor thermochemical error to use calculate_ shadow function and p…

    …erformance optimization
    
    Optimizes performance of logprob calculation for the normal distribution by not creating the norm object, broadcasts correctly over std_deviations
    bocklund committed Mar 1, 2020
    Copy the full SHA
    dbdff77 View commit details
    Browse the repository at this point in the history
  4. Fix docstring for zpf error

    bocklund committed Mar 1, 2020
    Copy the full SHA
    33a74b2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8e74adf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2a761b3 View commit details
    Browse the repository at this point in the history
  7. Drop comps from tests

    bocklund committed Mar 1, 2020
    Copy the full SHA
    272e70c View commit details
    Browse the repository at this point in the history
  8. Docstring for zpf error

    bocklund committed Mar 1, 2020
    Copy the full SHA
    a51a5a3 View commit details
    Browse the repository at this point in the history
  9. Fix default for calculate_thermochemical_error parameters. Update tes…

    …ts with fixed numerical issue.
    bocklund committed Mar 1, 2020
    Copy the full SHA
    3815128 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2e01b2e View commit details
    Browse the repository at this point in the history
  11. Update logging

    bocklund committed Mar 1, 2020
    Copy the full SHA
    04858dd View commit details
    Browse the repository at this point in the history
  12. Update TODO - it's working

    bocklund committed Mar 1, 2020
    Copy the full SHA
    54aac5d View commit details
    Browse the repository at this point in the history
  13. Refactor logpdf calculation to not instantiate a norm object (10% spe…

    …edup of approx zpf error)
    bocklund committed Mar 1, 2020
    Copy the full SHA
    9e1b719 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7974f49 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    9216baa View commit details
    Browse the repository at this point in the history