Samuel Le Meur-Diebolt

Results 8 issues of Samuel Le Meur-Diebolt

**Describe the bug** Installing `roboticstoolbox-python` in an environment with an existing numba install leads to the following error when trying to import roboticstoolbox: > RuntimeError: module compiled against API version...

Hi @petercorke! This PR fixes #384. Colored 1.5.0 introduced breaking API changes, renaming functions `fg` and `attr` to `fore` and `style` respectively. This PR pins colored's version to `

**Describe the bug** The order of transform composition after registration might be wrong in most of the documentation and tutorial notebooks. **To Reproduce** In the `05_basic_registration.ipynb` notebook, compare the resampling...

Bug Report
Confirmed Bug

I'm wondering how to porperly document property getters and setters. Until now, I've been documenting everything in the getter, leaving the setter without docstring. That way, the generated HTML documentation...

This PR reworks the `.tabset-dropdown` class to work similarly to regular tabsets. It should also close #1697. --- I wasn't satisfied with the current `.tabset-dropdown` class and wanted to use...

next

#### Reference issue Closes gh-20725. #### What does this implement/fix? This PR fixes an error raised when using the `keepdims` argument of `scipy.stats.ttest_1samp`. The error comes from the `_axis_nan_policy_factory` decorator...

defect
scipy.stats

### Describe your issue. Setting `keepdims=True` when using `scipy.stats.ttest_1samp` leads to an error. ### Reproducing Code Example ```python import numpy as np from scipy import stats rng = np.random.default_rng() rvs...

defect
scipy.stats

### Is there an existing issue for this? - [X] I have searched the existing issues ### Operating system - [X] Linux - [ ] Mac - [ ] Windows...