brain-score / core

MIT License
2 stars 5 forks source link

Implement "__slots__" in the class Score #93

Open YingtianDt opened 3 months ago

YingtianDt commented 3 months ago

Hi, I always get the following warning: /.../brainscore_core/metrics/__init__.py:16: FutureWarning: xarray subclass Score should explicitly define __slots__ class Score(DataAssembly): when using brainscore. I wonder if this could be implemented? Thanks!