Adam Knapp

Results 5 comments of Adam Knapp

I just ran into this as well, while trying to get started with stan/pystan using the documentation at https://pystan.readthedocs.io/en/latest/ This is what is there now: ``` import stan schools_code =...

Also, I think that a related error occurs at https://github.com/tulip-control/polytope/blob/beadd1263adda6093c8ced3db1afd1a6ceeb069c/polytope/polytope.py#L1015-L1016 as `outer.diff(reg)` should have a higher co-dimension than `reg`, but the test as-written will only produce the correct result when...

Trying this again on another box that has python 3.9 instead of 3.10, I also see this output: ``` Sampling: 0% double free or corruption (out) Sampling: 0% (2/8000) ```...

Yes, plenty of memory. Compiling seems fine (I'm assuming that's what the build method does), the error seems to be that the generated executable segfaults, since it crashes on the...

I'm a julia neophyte, but I'd be happy to look into fixing this bug myself if given a little direction.