Closed zihaowrez closed 2 years ago
Hi,
unfortunately, I was unable to reproduce the error in neither the latest release 0.5.1 nor in the latest development version 0.6dev. I tested the different limb darkening laws on demo08 and some custom LC fitting scripts using code very similar to the code in your screenshot. Could you provide me with the minimal working example (jupyter notebook or python script) that is able to reproduce this issue? This would help immensely to locate and fix the suspected bug.
Sincerely, Miro
Hi, here is a minimal example. My ELISa version is 0.5.0dev. Thanks!
Hi,
the script that you provided me with works fine on my machine. I tested it on versions 0.5 and 0.5.1. The problem you mentioned seems to me as a problem with numpy where the dimensions of the mask array is mismatched for some reason. Such problem was supposed to be catched by the unittests. I would recommend you to try upgrade the elisa to the latest release version 0.5.1 starting with a clean uninstall of the old version using pip uninstall elisa
and then installing the newer version forcing the current release version pip install elisa==0.5.1
.
Sincerely, Miro
Thank you, I'll try upgrading. I'll close the issue for now.
Hi,
I'm trying to fit a light curve with different LD laws. However, when I start fitting I get an error:
The program runs smoothly when I change to linear law. Below is the full error message:
How should I solve this? Thank you!