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

Fixed a bug in ompy.library.log_interp1d #199

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 8, 2022

  1. Fixed a bug in log_interp1d

    I've fixed a minor bug in log_interp1d which prevented the propper propagation of keyword arguments to the interp1d class from scipy. The 'kind' keyword will now be set as a default in the keyword arguments, thus can be controlled by the user.
    vetlewi committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b5c519d View commit details
    Browse the repository at this point in the history