-
Notifications
You must be signed in to change notification settings - Fork 103
Explicitly specify Tspan in PL*Noise
components
#1908
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
Conversation
The ipynb files are just re-blackened. They don't have any actual change. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1908 +/- ##
=======================================
Coverage 69.88% 69.89%
=======================================
Files 110 110
Lines 25695 25656 -39
Branches 4058 4054 -4
=======================================
- Hits 17956 17931 -25
+ Misses 6601 6592 -9
+ Partials 1138 1133 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/pint/models/noise_model.py
Outdated
) | ||
) | ||
self.add_param( | ||
floatParameter( | ||
name="TNDMFLOG_FACTOR", | ||
units="", | ||
description="Factor of the log-spaced DM frequencies (2 -> [1/8,1/4,1/2,...])", | ||
convert_tcb2tdb=False, | ||
description="Factor of the log-spaced DM frequencies (2 -> [1/8, 1/4, 1/2, ...]).", |
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.
Maybe "Factor for" rather than "Factor of"?
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.
changed.
src/pint/models/noise_model.py
Outdated
floatParameter( | ||
name="TNDMTSPAN", | ||
units="year", | ||
description="Time span corresponding to the fundamental frequency of the DM noise Fourier series.", |
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.
Should this comment have "Tspan if None
" or similar?
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.
added.
This looks good, except I have a few minor comments related to the comment strings. |
Is this ready? |
Yes |
No description provided.