Skip to content
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

Merged
merged 3 commits into from
Jul 26, 2021

Conversation

DhruvSondhi
Copy link
Contributor

@DhruvSondhi DhruvSondhi commented Jul 17, 2021

The monetcarlo_logger.py has been renamed to montecarlo_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?

  • Testing pipeline.
  • Other.

Examples

Type of change

  • Bug fix.
  • New feature.
  • Breaking change.
  • None of the above.

Checklist

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
    • (optional) I have built the documentation on my fork following the instructions.
  • I have assigned and requested two reviewers for this pull request.

@tardis-bot
Copy link
Contributor

Before a pull request is accepted, it must meet the following criteria:

  • Is the necessary information provided?
  • Is this a duplicate PR?
    • If a new PR is clearly a duplicate, ask how this PR is different from the original PR?
    • If this PR is about to be merged, close the original PR with a link to this new PR that solved the issue.
  • Does it pass existing tests and are new tests provided if required?
    • The test coverage should not decrease, and for new features should be close to 100%.
  • Is the code tidy?
    • No unnecessary print lines or code comments.

@codecov
Copy link

codecov bot commented Jul 17, 2021

Codecov Report

Merging #1740 (8491b23) into master (8caeca3) will decrease coverage by 0.56%.
The diff coverage is n/a.

❗ Current head 8491b23 differs from pull request most recent head a56cd41. Consider uploading reports for the commit a56cd41 to get more accurate results
Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
tardis/tardis/simulation/base.py 82.88% <0.00%> (-0.29%) ⬇️
tardis/tardis/io/logger/montecarlo_logger.py
...dis/tardis/visualization/tools/convergence_plot.py
tardis/tardis/io/logger/montecarlo_tracking.py 59.25% <0.00%> (ø)
tardis/tardis/visualization/widgets/shell_info.py 96.00% <0.00%> (+0.04%) ⬆️
tardis/tardis/base.py 57.69% <0.00%> (+0.54%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8caeca3...a56cd41. Read the comment docs.

Copy link
Contributor

@Rodot- Rodot- left a 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

@andrewfullard andrewfullard merged commit 313f131 into tardis-sn:master Jul 26, 2021
@DhruvSondhi DhruvSondhi deleted the rename_to_tracking branch July 28, 2021 04:59
DhruvSondhi added a commit to DhruvSondhi/tardis that referenced this pull request Aug 1, 2021
…#1740)

* Renamed montecarlo_logger to montecarlo_tracking

* Changed the import to montecarlo_tracking

* Renamed import as mc_logger to mc_tracker
DhruvSondhi added a commit to DhruvSondhi/tardis that referenced this pull request Aug 9, 2021
…#1740)

* Renamed montecarlo_logger to montecarlo_tracking

* Changed the import to montecarlo_tracking

* Renamed import as mc_logger to mc_tracker
DhruvSondhi added a commit to DhruvSondhi/tardis that referenced this pull request Aug 9, 2021
…#1740)

* Renamed montecarlo_logger to montecarlo_tracking

* Changed the import to montecarlo_tracking

* Renamed import as mc_logger to mc_tracker
atharva-2001 pushed a commit to atharva-2001/tardis that referenced this pull request Oct 1, 2021
…#1740)

* Renamed montecarlo_logger to montecarlo_tracking

* Changed the import to montecarlo_tracking

* Renamed import as mc_logger to mc_tracker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants