Daniel Csaba
Results
2
issues of
Daniel Csaba
the `@jitclass` decorator overwrites the docstring for instances of classes. docstrings are maintained for the methods but not for porperties. For example, retrieving the docstring of the `Normal` works with...
`numba` currently does not support variable or default arguments for functions with the `@jit` decorator. As a result we are not able to use the `rand` method without parentheses. Specifically,...