-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Enabling virtual_packet_logging by default in the visualization folder #1693
Conversation
Before a pull request is accepted, it must meet the following criteria:
|
1 similar comment
Before a pull request is accepted, it must meet the following criteria:
|
Codecov Report
@@ Coverage Diff @@
## master #1693 +/- ##
=======================================
Coverage 61.88% 61.88%
=======================================
Files 63 63
Lines 5851 5851
=======================================
Hits 3621 3621
Misses 2230 2230 Continue to review full report at Codecov.
|
Because of how we do things with symlinks, I think you should either:
|
We can probably change to something like tardis_example_SDEC? I guess this would also mean some notebooks need updated too |
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.
See previous comment...
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
f551356
to
de8244f
Compare
just a suggestion: I used to add |
That sounds good to me too, maybe we could just set |
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 think instead of adding new file, enabling virtual packet logging in run_tardis call will be better as suggested by @yuyizheng1112 .
And if you want to keep the new config file, name it as tardis_example_virt_logging.yml
instead since it's not only for SDEC but also for Line info widget.
aeea9f5
to
a1f7f0a
Compare
Is this PR still relevant? |
a1f7f0a
to
cd263ef
Compare
tardis-sn#1693) * set virtual_packet_logging to True in notebooks * [build docs]
tardis-sn#1693) * set virtual_packet_logging to True in notebooks * [build docs]
tardis-sn#1693) * set virtual_packet_logging to True in notebooks * [build docs]
This PR removes the symbolic link to tardis_example.yml in the visualization folder, and adds it with
virtual_packet_logging
enabled.Description
To build the SDEC plot and the Line Info widget, one needs to enable
virtual_packet_logging
from therun_tardis
function or edit the tardis_example.yml file in the docs folder. This enablesvirtual_packet_logging
by default just for the visualization folder, easing the process for the user.Motivation and context
#1665 (review)
How has this been tested?
Examples
Type of change
Checklist