-
-
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
Fixed IPython Displaying the Plasma Stratification (Table) even when the Logger is turned Off #1739
Fixed IPython Displaying the Plasma Stratification (Table) even when the Logger is turned Off #1739
Conversation
Before a pull request is accepted, it must meet the following criteria:
|
Codecov Report
@@ Coverage Diff @@
## master #1739 +/- ##
=======================================
Coverage 61.87% 61.87%
=======================================
Files 63 63
Lines 5852 5852
=======================================
Hits 3621 3621
Misses 2231 2231
Continue to review full report at Codecov.
|
335233a
to
af756ea
Compare
ee06c8f
to
f1e4fe2
Compare
f1e4fe2
to
521b6b6
Compare
import warnings | ||
import pyne.data | ||
|
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.
why a newline?
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.
Just to demarcate the different levels of imports. Native library imports, imports from external modules, etc
…the Logger is turned Off (tardis-sn#1739) * Fixed Ipython Display showing up even when the logger is turned off * [build docs]
…the Logger is turned Off (tardis-sn#1739) * Fixed Ipython Display showing up even when the logger is turned off * [build docs]
…the Logger is turned Off (tardis-sn#1739) * Fixed Ipython Display showing up even when the logger is turned off * [build docs]
…the Logger is turned Off (tardis-sn#1739) * Fixed Ipython Display showing up even when the logger is turned off * [build docs]
This PR aims to fix a bug that had been introduced when we merged #1684. Currently, the Plasma Stratification table is displayed even when the logger is turned off. This needed to be fixed. I have added the
IPython App
logger for considering the log level status when configuring the logger. This fixes the bug.Description
Motivation and context
How has this been tested?
Examples
This is the Current bug.
This is the fixed version.
Type of change
Checklist
Preview Available here: https://dhruvsondhi.github.io/tardis/branch/fix_jupyter_display_log/io/optional/logging_configuration.html