Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn about Model / Fitter incompatibilities #304

Open
JasperVanDenBosch opened this issue Mar 3, 2023 · 0 comments
Open

Warn about Model / Fitter incompatibilities #304

JasperVanDenBosch opened this issue Mar 3, 2023 · 0 comments

Comments

@JasperVanDenBosch
Copy link
Contributor

A mismatched fitter / model combination could probably lead to a more obvious exception, and the model arg could be type annotated for the specific models supported.

For example:

      from numpy.random import rand
      from rsatoolbox.rdm.rdms import RDMs
      from rsatoolbox.model.model import ModelFixed
      from rsatoolbox.model.fitter import fit_optimize
      data = RDMs(rand(3, 2))
      theta = fit_optimize(ModelFixed('F', data), data)

Leads to:

ValueError: attempt to get argmin of an empty sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant