-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Moved Simulation & Montecarlo Logging Frameworks to tardis/io/logger
folder
#1684
Moved Simulation & Montecarlo Logging Frameworks to tardis/io/logger
folder
#1684
Conversation
Before a pull request is accepted, it must meet the following criteria:
|
Before a pull request is accepted, it must meet the following criteria:
|
Codecov Report
@@ Coverage Diff @@
## master #1684 +/- ##
==========================================
+ Coverage 61.26% 61.58% +0.31%
==========================================
Files 63 64 +1
Lines 5798 5859 +61
==========================================
+ Hits 3552 3608 +56
- Misses 2246 2251 +5
Continue to review full report at Codecov.
|
32e2c07
to
0eb981f
Compare
There is duplicate code in |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Removed list_of_filters to check the filters from the logger itself
fce4aab
to
a240f15
Compare
…` folder (tardis-sn#1684) * Moved Logging Frameworks to tardis/io/logger folder * Fixing some errors with the tests * Changed simulation_logger.py to logger.py * Changed implementation to target only TARDIS loggers Removed list_of_filters to check the filters from the logger itself * Removed list creation in logging_state & Moved in tardis_logger()
Moved the logging frameworks along with the tests to a new
logger
folder inside thetardis/io
directory.Description
Motivation and context
How has this been tested?
Type of change
Checklist