-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow bespoke to read list for resource input #461
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #461 +/- ##
==========================================
+ Coverage 87.64% 87.68% +0.03%
==========================================
Files 122 122
Lines 18155 18156 +1
==========================================
+ Hits 15912 15920 +8
+ Misses 2243 2236 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@grantbuster This PR moves to using |
Allow bespoke to read list for resource input
Allow bespoke class to ingest list as resource file, so that you can use
in your bespoke config. Note that vanilla reV instead requires you to list the files out individually. This is because vanilla generation allows brackets
{}
in the file path that would get filled in by theanalysis_years
input, so it would be ambiguous which years to use for which file path if the input was:(i.e. does 2007 below with WTK or HRRR? What about 2015?, etc).
This PR includes tests for list input, but this use pattern was also tested in production for FY24 SS with WTK+BCHRRR runs.