-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add documentation on how to run recipes locally #89
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
+ Coverage 95.75% 96.01% +0.26%
==========================================
Files 13 14 +1
Lines 424 452 +28
==========================================
+ Hits 406 434 +28
Misses 18 18 ☔ View full report in Codecov by Sentry. |
TFW when you're sharing docs PR links because they're the closest thing we've got to a good tutorial on the public internet 😅 |
Co-authored-by: Charles Stern <62192187+cisaacstern@users.noreply.github.com>
|
||
DATA_PREFIX = HERE / 'data' | ||
os.makedirs(DATA_PREFIX, exists_ok=True) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# get_config is provided via compile()/exec() | |
c = get_config() |
Co-authored-by: Sean Quinlan <1011062+sbquinlan@users.noreply.github.com>
Going to go ahead and merge as this looks plenty good for now! |
No description provided.