-
Notifications
You must be signed in to change notification settings - Fork 44
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
Added blackbody and polynomial fitting within Jdaviz #160
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hi @orifox, I want to discuss a problem I see with the imports before getting into the review monologue.
The solutions I see are to drop |
Hi @ofox, Thank you for submitting these changes to your notebook. Please read on for your technical review. Before you beginThe technical review helps ensure that contributed notebooks a) run from top to bottom, b) follow the PEP8 standards for Python code readability, and c) conform to the Institute's style guide for Jupyter Notebooks. I've pushed the review as a new commit in this pull request. To view and edit the commit locally, follow these steps:
( From here you can work on your branch as normal. If you have trouble with this step, please let me know before continuing. InstructionsAfter updating your local copy of this branch, please open your notebook and address any warnings or errors you find. If you see cells with output like this, it means some of your code doesn't follow the PEP8 standards of code readability: (In the example above, You can test that your edits satisfy the standard by installing
Then, restart the notebook and run the following cells: After that, edit and re-run cells with warnings until you've fixed all of them. Please remember to delete the cells shown in the above image before pushing your changes back to this pull request. If you have questions or feedback on specific cells, click the earlier message in this thread from the "review-notebook-app" bot. There, you can comment on specific cells and view what's changed in the new commit. I may also write comments there. Anything posted there will also be reflected in this pull request's conversational thread. The three-point review (*action required*)
|
jdat_notebooks/MRS_Mstar_analysis/JWST_Mstar_dataAnalysis_analysis.ipynb
Show resolved
Hide resolved
jdat_notebooks/MRS_Mstar_analysis/JWST_Mstar_dataAnalysis_analysis.ipynb
Show resolved
Hide resolved
Ok, thank you @ojustino for walking me through this again. Your instructions were very clear and helpful. I think I got almost all the pep 8 errors removed. A couple things:
If there are any small changes, please feel free to make them yourself. Let me know if any big changes are still needed. |
Hello @orifox, since we are deferring the video and developer note formatting discussions, these changes address everything else. You have successfully completed the technical review. I will do the merge, as we discussed. |
Added blackbody and polynomial fitting within Jdaviz