Professor-G / MicroLIA

Gravitational microlensing classification engine using machine learning
GNU General Public License v3.0
12 stars 6 forks source link

unexpected keyword in training set #4

Closed mpgh closed 5 years ago

mpgh commented 5 years ago

please update the optional keyword, which is n in module quality check and ml_n1 in the training_set module:

TypeError: test_microlensing() got an unexpected keyword argument 'ml_n1'

line 181 quality = quality_check.test_microlensing(time, mag, magerr, baseline, u_0, t_0, t_e, blend_ratio, ml_n1=ml_n1)

Professor-G commented 5 years ago

Done, thank you!