Michelle Wang

Results 7 issues of Michelle Wang

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe your proposed enhancement in detail. `nilearn.glm.first_level.first_level_from_bids` takes kwargs, and passes kwargs that...

Enhancement

Thank you for this great project! I notice that methods decorated with [`functools.cached_property`](https://docs.python.org/3/library/functools.html#functools.cached_property) (introduced in Python 3.8) render as generic methods, while those decorated with `property` are handled differently (leading...

Bug
Good First Issue

With `ipykernel` 7.0.0 I get the following error when running `101-getting_started.ipynb` from the researcher container: ``` 10/15/2025 09:14:12:ERROR:Unexpected [LookupError] raised by servicer method [/researcher.ResearcherService/GetTaskUnary] Traceback (most recent call last): File...

In a fresh `uv` environment with Python 3.11.13, if I run `uv pip install fedbiomed` I get this error: ``` × No solution found when resolving dependencies: ╰─▶ Because only...

needs-triage

- Avoids `DeprecationWarning` about `click.BaseCommand` being removed in `click` 9.0.0 - Closes #118

With the latest `click` version (8.3.0 at the time of writing) we get a `DeprecationWarning` at `trogon/trogon/introspect.py:8`: ``` DeprecationWarning: 'BaseCommand' is deprecated and will be removed in Click 9.0. Use...

## Summary Hi, I have previously run QSIPrep version 0.21.4 on a participant, then tried the latest version 0.23.0 on the same participant. It looks like the HTML report generated...

bug