Ben Mares
Ben Mares
If so, should probably be added to pyproject.toml
Which are the files here that you care about? Is your home directory totally empty, like missing `.bashrc`? Or is it the `work` folder? I'm trying to understand what test...
@consideRatio the merge seems to have unintentionally caused this issue to be closed prematurely. (Probably I shouldn't have had "close #1478" in my description! :laughing:)
A fresh thought on this... Linux has a default template in `/etc/skel` for templating home directories of new users. I'm not sure whether or not it would make sense to...
Using `/etc/skel` may be a bad idea. It will depend on the use case. Also, changing `/etc/skel` could interfere with the behavior of existing images. I just wanted to point...
Additional information: I have isolated the error to Boost. I found a [reported regression](https://github.com/boostorg/math/issues/184#issuecomment-1909917413) which has been fixed in https://github.com/boostorg/math/pull/1080. Thus I suspect that this can be solved by updating...
Ah, it's a bit disappointing that upgrading Boost didn't automatically solve gh-20124. But at least the warning message is different. Now: ``` RuntimeWarning: Error in function boost::math::quantile(const skew_normal_distribution&, %1%): Unable...
Superseded by #20643, thanks @dschmitz89!!!
> i didn't yet add a command line option A CLI option doesn't seem to me like a good interface. If you have pip deps, then usually they are coming...
This looks pretty good. I'm somewhat horrified by the way that `lookup.py` currently works. I cleaned up a few of the worst things a while back, but didn't go nearly...