Kyle Conroy
Kyle Conroy
This no longer seems to be an issue on colab - I could now successfully install and import phoebe.
Are you sure that numpy is available from the same version/instance of python that pip is trying to install phoebe into?
This _should_ be fixed now, if anyone runs into this same problem after 2.4.12, please re-open this issue or create a new one.
Feel free to re-open or create a new issue if you're still running into any issues.
Thanks for the detailed report! It seems that it crashes at `time=3.302752293577982` specifically, even if that is the only time passed (`times=[times[90]]`)... so is likely something to do with the...
With 110 times between 0 and 4 (with a period of ~4), I think those are the same. Can you confirm though that replacing the times in your `add_dataset` with...
It would be helpful to be able to reproduce this with a single call to `libphoebe` (outside of all the bundle-logic). There is already a debugging logger output immediately before...
I had seen it come through, noticed it was blank, and just assumed you cleared it instead of closing it. Let me see if anyone can reproduce this on their...
@amiszuda - what version of phoebe are you running?
This logic is intended to [release all other (non-zero ranked) processes from the while loop](https://github.com/phoebe-project/phoebe2/blob/master/phoebe/__init__.py#L444) and is necessary for cases where phoebe is started within an MPI environment (and MPI...