Evan Bauer
Evan Bauer
Also, have you had a chance to test whether the EOS is somehow returning bad partial derivatives that are causing the solver to struggle? It's kind of a lot to...
To get resolution controls equivalent to what you had in 15140, I think you need to add this into your new inlist: ``` dX_limit(1) = 0.1 dX_div_X_limit_min_X(1) = 1d-5 dX_div_X_limit(1)...
> If the era of tighter tolerances made getting through the he flash impossible without telling the solver to ignore one of the stellar structure equations(?)...that seems like something we...
I encountered a filesystem issue a while back where I would get installation errors of this nature because the filesystem took a bit of time to update the file properties,...
In the case where git-lfs actually isn't installed/loaded, I think you might end up getting weird errors much later in the installation that are difficult to interpret. Maybe one of...
I think this would be more effort than me just generating the docker builds manually, at least at our current release cadence.
Agreed. This may be another measure of the fragility of some of our tests. I just pushed a `[ci converge]` commit on `main` to see if we end up with...
Interestingly, there isn't quite as much overlap between the `[ci converge]` [failures](https://testhub.mesastar.org/main/commits/8bf0d7f) and the failures on the `auto_diff` branch as I would have thought. It looks like `make_o_ne_wd` did fail...
I'm wondering if this issue might be partly related to #589 since they both involve auto_diff. `gyre_in_mesa_rsg` failed on the branch being tested here, and also needed to be tweaked...
Interesting. Fewer failures now, but still two: https://testhub.mesastar.org/auto_diff_tests/commits/ec8461f (Edit: I guess that wasn't a full test though. I just pushed a `[ci optional]` commit on that branch to see where...