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

Fixed the Failing Documentation for Tracking RPacket Feature #1841

Merged
merged 3 commits into from
Dec 13, 2021

Conversation

DhruvSondhi
Copy link
Contributor

@DhruvSondhi DhruvSondhi commented Dec 11, 2021

After the merging of #1748, the documentation pipeline on master is failing as the documentation for the same was not updated to take into consideration the new changes done to the tracking functionality. This PR aims to fix this issue with the addition of a missing functionality. It adds the finalization of the shell_id array in the RPacketCollection Class.

Description

Same as above.

Motivation and context
Fixes the failing documentation pipeline after the recent merger.

How has this been tested?

  • Testing pipeline.
  • Other.

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.

Check for the preview of the Documentation here : https://dhruvsondhi.github.io/tardis/branch/rpacket_docs_fix/io/output/rpacket_tracking.html

@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.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov
Copy link

codecov bot commented Dec 11, 2021

Codecov Report

Merging #1841 (9447589) into master (48f56f1) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1841      +/-   ##
==========================================
- Coverage   57.66%   57.65%   -0.01%     
==========================================
  Files          66       66              
  Lines        6808     6809       +1     
==========================================
  Hits         3926     3926              
- Misses       2882     2883       +1     
Impacted Files Coverage Δ
...dis/montecarlo/montecarlo_numba/numba_interface.py 35.46% <0.00%> (-0.18%) ⬇️

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 48f56f1...9447589. Read the comment docs.

Copy link
Member

@isaacgsmith isaacgsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure output is cleared.

@DhruvSondhi DhruvSondhi force-pushed the rpacket_docs_fix branch 8 times, most recently from 31524b8 to ae05cc2 Compare December 13, 2021 14:52
@andrewfullard andrewfullard dismissed isaacgsmith’s stale review December 13, 2021 15:23

Changes addressed, merge is urgent

@andrewfullard andrewfullard merged commit 5927fa8 into tardis-sn:master Dec 13, 2021
@DhruvSondhi DhruvSondhi deleted the rpacket_docs_fix branch December 13, 2021 15:49
DhruvSondhi added a commit to DhruvSondhi/tardis that referenced this pull request Dec 14, 2021
…s-sn#1841)

* Fixed shell_id array not being re-adjusted to finalize the size for number of interactions

* Changed the documentation for RPacket Tracking to accomodate the recent changes

* Removed output from documentation
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.

5 participants