-
Notifications
You must be signed in to change notification settings - Fork 1
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
typo fixes, code clarificaiton #290
Conversation
for more information, see https://pre-commit.ci
Pull Request Test Coverage Report for Build 13197310612Details
💛 - Coveralls |
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.
Hi @PeterGy thanks for PR fixing up some typos and improving the code of the csv example! I have just a few minor comments, basically reverting invisible changes in the jupyter notebooks to not introduce unnecessary changes.
examples/0_Getting_Started.ipynb
Outdated
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 new cell needed or can we revert the changes in this file?
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] |
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.
Please remove this empty cell.
examples/5_Simulation_Truth.ipynb
Outdated
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.
No real change here so I would propose to revert these changes.
@HenningSE Thanks for reviewing it so quickly. I have removed the accidental extra cell and reset all the invisible changes. |
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.
Great! Thanks for the PR @PeterGy I will go ahead and merge now.
Before you submit this PR: make sure to put all XENONnT specific information in a wiki-note as the repo is publicly accessible
What does the code in this PR do / what does it improve?
Some typo fixes I came across in the tutorials, as well as some clarifications in the tutorial code.
Can you briefly describe how it works?
Same as before.
Can you give a minimal working example (or illustrate with a figure)?
t -> theta
Please include the following if applicable: