-
Notifications
You must be signed in to change notification settings - Fork 6
Adds option to supply a dict or yaml file to loop directyl #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
base: main
Are you sure you want to change the base?
Adds option to supply a dict or yaml file to loop directyl #25
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #25 +/- ##
==========================================
+ Coverage 94.36% 94.39% +0.03%
==========================================
Files 38 38
Lines 3726 3748 +22
==========================================
+ Hits 3516 3538 +22
Misses 210 210 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| print( | ||
| "val", | ||
| sweep_directory[loop_value]["simulation_setup"][ | ||
| "build_defaults" | ||
| ], | ||
| ) |
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.
delete?
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.
done
adam-a-a
left a comment
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.
LGTM - only a couple of cleanup comments
Co-authored-by: Adam Atia <aatia@keylogic.com>
This reverts commit 4f21fe8.
Makes it possible to supply a dict instead of a yaml file for configuring loop tool directly a small change.