-
Notifications
You must be signed in to change notification settings - Fork 31
Frbhosts template #221
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?
Frbhosts template #221
Conversation
Just typos fixing and some additions/changes
…frbhosts_template
profxj
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.
Nice! Just a few requests from me in the code, but let me also
ask for tests. And, a bit of docs for readthedocs. Or point
to an existing Google doc
Thanks!
| # -------------------------------------------------------------------- | ||
| # JSON helpers | ||
| # -------------------------------------------------------------------- | ||
| def load_json(path: Path): |
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.
these already exist in the Repo. in io.py
| return None | ||
|
|
||
|
|
||
| def get_scalar_from_source(source_data, key): |
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.
here and throuhgout the module, please define the input argument.s
No description provided.