Kyle Conroy

Results 225 comments of Kyle Conroy

see commit https://github.com/phoebe-project/phoebe2/commit/f21d89a35d6d604de8450956f33719d5adbf9b13 still needs thorough testing and nosetests, so adding myself to this issue

This is probably just being called when phoebe attempts to import celerite (which it does whether or not you have GPs to know whether its installed). Does it cause any...

Ok, my best advice for now would be to use a custom virtual/conda environment on the external machine (or ask them to remove/upgrade/don't use debug mode when installing celerite). I'm...

Is it possible that this doesn't listen to `install_requires` anymore (CI is failing since flask isn't being installed, but it is listed in `install_requires`)? Where do we need to move...

reading into the CI log a bit more, it looks like it is processing the dependencies and installing flask but then still giving the error: `error: The 'flask' distribution was...

Awesome, thanks! > There is now (at least) one failure which I think is due to an incompatibility between astropy=1.23, not sure what to do about this. The `asscalar` issue...

This looks like a flux-scaling issue to me, you likely need to set/fit `pblum` to an appropriate value (see the [pblum tutorial](http://phoebe-project.org/docs/latest/tutorials/pblum) for more details). I'd also suggest trying to...

Now that #635 was merged/released as 2.4.5, this will likely become the 2.4.6 bugfix release. Can you please rebase onto that (or I probably can and force push to your...

Ok, thanks for the explanation! I can easily work around it, but it had me stumped for a while thinking I was doing something else wrong. So a note in...

I suspect the overhead here is minimal compared to other bottlenecks in phoebe, but is definitely worth investigating/profiling at some point and consider changing the implementation. This probably isn't a...