-
-
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
Renamed montecarlo_logger.py
to montecarlo_tracking.py
#1740
Renamed montecarlo_logger.py
to montecarlo_tracking.py
#1740
Conversation
Before a pull request is accepted, it must meet the following criteria:
|
Codecov Report
@@ Coverage Diff @@
## master #1740 +/- ##
==========================================
- Coverage 62.45% 61.88% -0.57%
==========================================
Files 64 63 -1
Lines 5985 5851 -134
==========================================
- Hits 3738 3621 -117
+ Misses 2247 2230 -17
Continue to review full report at Codecov.
|
f45f2b5
to
10ae886
Compare
10ae886
to
ed0717f
Compare
ed0717f
to
a56cd41
Compare
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.
Looks good to me
…#1740) * Renamed montecarlo_logger to montecarlo_tracking * Changed the import to montecarlo_tracking * Renamed import as mc_logger to mc_tracker
…#1740) * Renamed montecarlo_logger to montecarlo_tracking * Changed the import to montecarlo_tracking * Renamed import as mc_logger to mc_tracker
…#1740) * Renamed montecarlo_logger to montecarlo_tracking * Changed the import to montecarlo_tracking * Renamed import as mc_logger to mc_tracker
…#1740) * Renamed montecarlo_logger to montecarlo_tracking * Changed the import to montecarlo_tracking * Renamed import as mc_logger to mc_tracker
The
monetcarlo_logger.py
has been renamed tomontecarlo_tracking.py
. The new name signifies the actual working of this module. We are tracking the packet properties thus the new name is apt.Description
This is currently only a File rename PR.
Motivation and context
Better explanation of what is happening inside the module. Though this does have a logging configuration, it is just to set it up to output to a file.
How has this been tested?
Examples
Type of change
Checklist