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

Ku update method failing #78

Open
mdpiper opened this issue Feb 16, 2023 · 0 comments
Open

Ku update method failing #78

mdpiper opened this issue Feb 16, 2023 · 0 comments

Comments

@mdpiper
Copy link
Member

mdpiper commented Feb 16, 2023

The Ku model update method is failing.

A reproduce case can be found in permamodel/tests/test_Ku_method.py.

Traceback:

_______________________________________ test_update_Ku _______________________________________
Traceback (most recent call last):
  File "/Users/mpiper/projects/permamodel/permamodel/tests/test_Ku_method.py", line 33, in test_update_Ku
    m.update()
  File "/Users/mpiper/projects/permamodel/permamodel/components/Ku_method.py", line 1188, in update
    self.save_grids()
  File "/Users/mpiper/projects/permamodel/permamodel/components/perma_base.py", line 472, in save_grids
    if self.SAVE_HS_GRIDS:
AttributeError: 'Ku_method' object has no attribute 'SAVE_HS_GRIDS'. Did you mean: 'SAVE_TPS_GRIDS'?
@mdpiper mdpiper mentioned this issue Feb 16, 2023
17 tasks
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