Eric Larson
Eric Larson
Trying to add support. Now I see: ``` _________________________________________________________________ TestArraySource.test_2d_data _________________________________________________________________ mayavi/tests/test_array_source.py:102: in test_2d_data sc1 = surf.actor.mapper.input.point_data.scalars.to_array() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E AttributeError: 'NoneType' object has no attribute 'to_array' ``` So there is...
We should probably update CIs to 1.10 instead of 1.7, and maybe the oldest 1.5 to whatever was 2 years ago now.
Doing a doc build I see a lot of stuff like: ``` /home/larsoner/python/sphinxcontrib-bibtex/src/sphinxcontrib/bibtex/domain.py:288: RemovedInSphinx10Warning: 'sphinx.environment.BuildEnvironment.app' is deprecated. Check CHANGES for Sphinx API modifications. env.app.config.bibtex_reference_style, /home/larsoner/python/sphinxcontrib-bibtex/src/sphinxcontrib/bibtex/domain.py:300: RemovedInSphinx10Warning: 'sphinx.environment.BuildEnvironment.app' is deprecated. Check...
Closes https://github.com/freesurfer/surfa/issues/64 Closes #17 Seems to be working: https://github.com/larsoner/surfa/actions/runs/18286055605 Also enables PyPI automated publishing when a tagged release is cut
Most repos have a license file, this one does not. Might as well for consistency! This is problematic for example when creating a conda-forge package using `grayskull` I'd need to...