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

Using hodmd with parametric rom for 1D snapshots - ValueError: not enough values to unpack (expected 3, got 2) #457

Open
zonexo opened this issue Aug 25, 2023 · 0 comments

Comments

@zonexo
Copy link

zonexo commented Aug 25, 2023

I want to use hodmd with parametric rom for 1D snapshots. However, the snapshots in hodmd use array of length (timestep_size,), unlike standard dmd, which uses (data_size,timestep_size)

Hence, when I use hodmd with parametric rom, I got the error msg:

ValueError: not enough values to unpack (expected 3, got 2)

So how should I solve it? Should I use a training_snapshots of array size (total_cases,1,timestep_size)? I tried and there's no error msg but I wonder if it's the correct way.

Please clarify. Thank you!

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