Jonathan Feinberg

Results 31 issues of Jonathan Feinberg

I made some small changes to make the code compatible with python3. I've tested the RVC (which I am using), and it seems to work fine with the update. I...

So I've been experimenting with you code for a project I am working with. Great work on the implementation. It is much appreciated that you have taken the time to...

bug

### Describe the bug yadm lists all my tracked files as deleted when running `yadm status` in any folder except $HOME. ### To reproduce Can this be reproduced with the...

bug
help wanted
3

Chaospy is getting big, and it the submodule placement could use some care to simplify structure. From the usage point of view this will affect the lower level functionality by...

All quadrature rules on intervals/hypercube shares the same properties in much the same way the gaussian quads do. This methods can be generalized making all these quadrature functions have same...

Raise appropriate error when a distribution is under or over defined when. Might need some kind of `distribution_count: int` annotation.

enhancement

Currently only simple distributions and joint of simple distributions behave correctly with the `interpret_as_integer` flag. However, e.g. `DiscreteUniform(3)*4 + 9` should still be interpreted as an integer.

enhancement