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

MethodError: objects of type SparseIdentificationResult are not callable #19

Open
matutenun opened this issue May 15, 2020 · 2 comments

Comments

@matutenun
Copy link

z = Ψ([S/N,I,D/N]) # Exposure does not depend on exposed, removed, or cumulative!

I get this error when attempting to the function as it is
"MethodError: objects of type SparseIdentificationResult are not callable"

@AlCap23
Copy link
Collaborator

AlCap23 commented May 23, 2020

It seems you are using a newer version of DataDrivenDiffEq. The original script has been written with v0.1.4 in mind, but the SparseIdentificationResult has been introduced later.

Did you activate the env within the SEIR_exposure folder ?

@matutenun
Copy link
Author

i imagined something like that was the issue. I did not activate env, just went around by defining the Ψ function by hand using the found terms. Will have to check the updated way to do this.

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

2 participants