Rahul Jayaraman
Rahul Jayaraman
Thanks! I created a new environment with `python=3.9.15` (as that's what I use for some of my other environments) and am having issues installing `phoebe` via `pip`. The `gevent` module...
I managed to get `gevent` to work and installed `phoebe` in an environment with Python version 3.9.0, and downloaded `astropy==5.1`, `numpy==1.22.3`. I also reverted `scipy` to v1.9, but still the...
Thanks for suggesting this -- I ran some old code that calls `run_compute` and it worked fine! So it seems like it's a problem with this particular notebook on my...
> Thanks for suggesting this -- I ran some old code that calls `run_compute` and it worked fine! So it seems like it's a problem with this particular notebook on...
Sure, here is a full bt when including the eccentricity value -- ``` 1% 14/1105 [00:00 0x14e583a3c : ldp d5, d6, [x2, #0x60] 0x14e583a40 : fmul d6, d3, d6 0x14e583a44...
Well, I ran `run_compute()` for an example for my project and it segfaults on the same function (`misaligned_roche`), but at the call to `triangulize_full_clever`. I'm happy to attach my Python...
Here's what I have; the last line (call to `run_compute()`) is where the seg fault occurs. (GitHub does not support `.py` files, so I've uploaded it as a `.txt` file,...
I think this is certainly a Mac issue, as I had no problem running this code on one of the remote clusters. For now, I'll probably just run code there...
Hi -- I have been having issues running `ellc` from within Phoebe; it's complaining that the architecture is not correct, with an error the same as the one given above....
Thanks for the investigation! If it is indeed a bug in `astropy`, do you have any idea why it could only be showing up for the PDC/SAP data, and not...