-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Bug]: CDAT migration: AttributeError: 'CoreParameter' object has no attribute 'test_start_yr' #877
Comments
Thanks for reporting this. I will take a look today. |
I think the issue is that on e3sm_diags/e3sm_diags/driver/utils/dataset_xr.py Lines 99 to 114 in cae04aa
While on e3sm_diags/e3sm_diags/driver/utils/dataset.py Lines 236 to 256 in 4cda0a8
Possible WorkaroundUse e3sm_diags/e3sm_diags/driver/utils/dataset_xr.py Lines 99 to 114 in cae04aa
|
Nevermind, I think on |
Findings:
Question:
|
@tomvothecoder thank you for troubleshooting. I think the logic on if if a dataset is considered to |
Closed by #881 |
What happened?
When testing a model vs obs run when I tried to specify the start and end year for reference data, I ran into AttributeError for all parameter objects, example: AttributeError: 'CoreParameter' object has no attribute 'test_start_yr'
The same script works okay for
main
branch.What did you expect to happen? Are there are possible answers you came across?
No response
Minimal Complete Verifiable Example (MVCE)
Relevant log output
Anything else we need to know?
No response
Environment
The latest cdat-migration-fy24 branch.
The text was updated successfully, but these errors were encountered: