-
Notifications
You must be signed in to change notification settings - Fork 6
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
bump plot does not work #155
Comments
just transfering the issue here `from resspect.feature_extractors.bump import BumpFeatureExtractor path_to_feature_file = '/media/RESSPECT/data/SNPCC/raw/SIMGEN_PUBLIC_DES/DES_SN729076.DAT' bump_lc = BumpFeatureExtractor() returns `File /media/emille/git/COIN/RESSPECT_work/test_env/2023/resspect2023/lib/python3.8/site-packages/resspect/feature_extractors/bump.py:157, in BumpFeatureExtractor.plot_fit(self, save, show, output_file, figscale, extrapolate, time_flux_pred, unit) File /media/emille/git/COIN/RESSPECT_work/test_env/2023/resspect2023/lib/python3.8/site-packages/resspect/feature_extractors/bump.py:42, in BumpFeatureExtractor.evaluate(self, time) TypeError: 'module' object is not callable` |
This is a direct consequence of the fact that there is one file which has the same name as a function. |
Maybe this PR helps: #119 |
I am opening a new issue and a new branch because I was forced to merge before solving this one
The text was updated successfully, but these errors were encountered: