Reverts https://github.com/cal-adapt/climakitae/pull/443. This is to debug a new and improved batch mode using LOCA data. Theoretically, if this is debugged, this PRs integration into vulnerability.py should reduce the space/time complexities of cava_data and also make the back-end code much more readable and useable.
Relevant motivation and context
This is introduced again so that debugging LOCA batch mode functionality can be more easily done and we can eventually push in a much cleaner, more streamlined cava_data.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Definition of Done Checklist
Practical
[ ] 80% unit test coverage
[ ] Documentation
[ ] All functions/adjusted functions documented in the readthedocs.
[ ] Documentation is pushed
[x] Complex code commented
[x] Naming conventions followed
[ ] Helper functions hidden with _ before the name
[x] Context of function is clearly provided
[ ] Intent of function is provided
[ ] How to test, so that it is not siloed on scientists and anyone can review
[ ] Appropriate manual testing was completed
[x] Any notebooks known to utilize the affected functions are still working
[x] Linting completed and resolved
Conceptual
[x] Doesn't replicate existing functionality
[x] Aligns with general coding standard of existing functions
[x] Matches desired functinonality from users/scientists
Description of PR
Summary of changes and related issue
Reverts https://github.com/cal-adapt/climakitae/pull/443. This is to debug a new and improved batch mode using LOCA data. Theoretically, if this is debugged, this PRs integration into vulnerability.py should reduce the space/time complexities of cava_data and also make the back-end code much more readable and useable.
Relevant motivation and context
This is introduced again so that debugging LOCA batch mode functionality can be more easily done and we can eventually push in a much cleaner, more streamlined
cava_data
.Type of change
Definition of Done Checklist
Practical
_
before the nameConceptual