himoto / hillfit

Fitting the Hill Equation to Experimental Data
MIT License
11 stars 4 forks source link

TypeError: fitting() got an unexpected keyword argument 'bottom_param' #26

Closed himoto closed 1 year ago

himoto commented 1 year ago

When running the following example code in README file, it raises TypeError:

hf.fitting(x_label = 'x', y_label = 'y', title = 'Fitted Hill equation', sigfigs = 6,
           log_x = False, bottom_param = True, print_r_sqr = True, view_figure = True)

As we moved bottom_param parameter to __init__() in #17, we need to fix README.

freiburgermsu commented 1 year ago

Hello!

27 fixes this.