-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
move transport related parts to r_packet_transport #1874
move transport related parts to r_packet_transport #1874
Conversation
from r_packet.py (which is only for definitions)
Before a pull request is accepted, it must meet the following criteria:
|
@@ -6,6 +6,7 @@ | |||
import tardis.montecarlo.montecarlo_numba.calculate_distances as calculate_distances | |||
import tardis.montecarlo.montecarlo_numba.frame_transformations as frame_transformations | |||
import tardis.montecarlo.montecarlo_numba.opacities as opacities | |||
import tardis.montecarlo.montecarlo_numba.r_packet_transport |
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.
I would change this to add as r_packet_transport
@@ -50,6 +50,7 @@ | |||
import pandas as pd | |||
import tardis.montecarlo.montecarlo_numba.formal_integral as formal_integral | |||
import tardis.montecarlo.montecarlo_numba.r_packet as r_packet | |||
import tardis.montecarlo.montecarlo_numba.r_packet_transport |
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.
Same as above
Codecov Report
@@ Coverage Diff @@
## master #1874 +/- ##
==========================================
+ Coverage 62.21% 62.24% +0.02%
==========================================
Files 66 67 +1
Lines 6826 6830 +4
==========================================
+ Hits 4247 4251 +4
Misses 2579 2579
Continue to review full report at Codecov.
|
d561eeb
to
7850bf8
Compare
from r_packet.py (which is only for definitions)