rsagroup / rsatoolbox

Python library for Representational Similarity Analysis
MIT License
183 stars 38 forks source link

Changing check order in _check_noise #369

Closed HeikoSchuett closed 10 months ago

HeikoSchuett commented 10 months ago

Fixes #337

We should check for dictionary first, because dictionaries are iterables.