=============================== warnings summary ===============================
tests/unit/cli/test_query.py::TestIterSessionFiles::test_run_correspondence_matches_anat_by_run
tests/unit/cli/test_query.py::TestIterSessionFiles::test_run_correspondence_matches_anat_by_run
tests/unit/cli/test_query.py::TestResolveAnat::test_runs_correspond_matches_by_run
tests/unit/cli/test_query.py::TestResolveAnat::test_runs_correspond_falls_back_on_no_match
/home/github-runner/actions-runner/_work/rbc/rbc/src/rbc/cli/query.py:51: DeprecationWarning: `is_in` with a collection of the same datatype is ambiguous and deprecated.
Please use `implode` to return to previous behavior.
See https://github.com/pola-rs/polars/issues/22149 for more information.
matched = anat.filter(pl.col("run").is_in(run_vals))
tests/unit/core/qc/test_dvars.py::TestDvars::test_empty_mask
/home/github-runner/actions-runner/_work/rbc/rbc/.venv/lib/python3.12/site-packages/numpy/_core/fromnumeric.py:3824: RuntimeWarning: Mean of empty slice
return _methods._mean(a, axis=axis, dtype=dtype,
tests/unit/core/qc/test_dvars.py::TestDvars::test_empty_mask
/home/github-runner/actions-runner/_work/rbc/rbc/.venv/lib/python3.12/site-packages/numpy/_core/_methods.py:134: RuntimeWarning: invalid value encountered in divide
ret = um.true_divide(
tests/unit/core/test_timeseries.py::TestComputeTimeseries::test_labels_in_output
/home/github-runner/actions-runner/_work/rbc/rbc/.venv/lib/python3.12/site-packages/numpy/lib/_function_base_impl.py:3023: RuntimeWarning: invalid value encountered in divide
c /= stddev[:, None]
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html