-
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
Ipynb benchmarking #2
Conversation
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.
Thank you for your contributions. If you haven't already, please send a signed Contributor License Agreement (CLA) to Christopher Teubert ([email protected]). CLAs can be found here: https://github.com/nasa/prog_models/tree/master/forms. Also, make sure you're familiar with the developer notes and contributing sections of our developers guide, https://nasa.github.io/progpy/dev_guide.html#notes-for-developers
Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following:
|
Codecov Report
@@ Coverage Diff @@
## dev #2 +/- ##
=======================================
Coverage 84.17% 84.17%
=======================================
Files 99 99
Lines 10106 10106
=======================================
Hits 8507 8507
Misses 1599 1599 |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
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 start! This looks very good. Here are a few comments, and we'll also need to address the extra files (I think Chris said he'd help with this).
examples/benchmarking.ipynb
Outdated
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"%matplotlib inline" |
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.
Is this supposed to show up at the top? (the answer might be yes, I'm not very familiar enough with jupyter notebooks)
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.
Typically, no, but I think with how we are formatting the Jupyter Notebooks, we want that cell there.
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.
I remember us talking about it at one point in the past, but I can't remember why it's here. Can you explain it for me?
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.
We mentioned how the automated notebooks had this at the top. But from what I can tell, this does not serve a purpose for us, so I'll remove this cell.
Co-authored-by: Katy Jarvis <[email protected]>
68da6a9
to
9682f08
Compare
Co-authored-by: Katy Jarvis <[email protected]>
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.
@aqitya there are still some outstanding comments from the last review that need to be addressed. Please take a look, and let me know if you don't agree and we can brainstorm solutions together.
Co-authored-by: Katy Jarvis <[email protected]>
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.
Looking good. A few suggestions
Co-authored-by: Christopher Teubert <[email protected]>
…nto ipynb-benchmarking
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.
This notebook is looking great, approved. One idea for the future - now that ProgPy is combined, we have two 'benchmarking' examples. Should we rename these files with something more specific for clarity?
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.
Looks great. Good work!
Jupyter Notebook for Benchmarking Example.