-
-
Notifications
You must be signed in to change notification settings - Fork 404
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 docs for montecarlo packet visualization #2115
added docs for montecarlo packet visualization #2115
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #2115 +/- ##
=======================================
Coverage 61.54% 61.54%
=======================================
Files 75 75
Lines 8635 8635
=======================================
Hits 5314 5314
Misses 3321 3321 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
*beep* *bop* Hi, human. The Click here to see the build log. |
View / edit / reply to this conversation on ReviewNB jaladh-singhal commented on 2022-08-10T20:25:59Z In markdown, you need not to add trailing #s
And I think name we agreed on was "Montecarlo Visualization" (please feel free to ask if you forget). Not sure why you have "Single Packet_Ploty" mentioned? jayantbhakar commented on 2022-08-11T10:50:32Z I am sorry, I forgot to change it, I named it when I started working on this notebook. |
View / edit / reply to this conversation on ReviewNB jaladh-singhal commented on 2022-08-10T20:25:59Z Aren't convergence plots turned off by default? jayantbhakar commented on 2022-08-11T10:52:00Z This note came with the notebook I used as a reference. I will remove it. |
View / edit / reply to this conversation on ReviewNB jaladh-singhal commented on 2022-08-10T20:26:00Z Remove this from here |
View / edit / reply to this conversation on ReviewNB jaladh-singhal commented on 2022-08-10T20:26:01Z All imports should be at the top together in a single cell |
View / edit / reply to this conversation on ReviewNB jaladh-singhal commented on 2022-08-10T20:26:02Z The heading can't be H1, there should be only H1 per notebook/rst. Make it H2.
And IMO "Finding packet coordinates" is enough as heading - mathematical expression is implied in the details jayantbhakar commented on 2022-08-11T10:56:07Z this was h3 heading and not h1
|
View / edit / reply to this conversation on ReviewNB jaladh-singhal commented on 2022-08-10T20:26:03Z Should add H2 before this cell something like "Plotting packet trajectories" |
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.
Thanks for such a quick PR @jayantbhakar - I have few requests about organisation in notebook (see my comments on ReviewNB).
Other than that, why doesn't the final plot show up on https://tardis-sn.github.io/tardis/pull/2115/io/visualization/montecarlo_packet_visualization.html ? Please check code behind SDEC plotly plot that renders perfectly on docs website and see what you are missing in your code?
I am sorry, I forgot to change it, I named it when I started working on this notebook. View entire conversation on ReviewNB |
This note came with the notebook I used as a reference. I will remove it. View entire conversation on ReviewNB |
this was h3 heading and not h1
View entire conversation on ReviewNB |
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.
Thanks for addressing my comments.
Just one thing: the plot looks vertically stretched like an ellipse - I think we can fix that (make it look perfectly circular) by constraining the figure size (need not to be done in this, hence approving).
📝 Description
Type: 📝
documentation
The documentation notebook has been added containing the basic plot for montecarlo packet visualization.
Also, link issues affected by this pull request by using the keywords:
close
,closes
,closed
,fix
,fixes
,fixed
,resolve
,resolves
orresolved
.📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label