Skip to content

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

Merged
merged 13 commits into from
Jun 5, 2025

Conversation

abhisrkckl
Copy link
Contributor

No description provided.

@abhisrkckl
Copy link
Contributor Author

The ipynb files are just re-blackened. They don't have any actual change.

@abhisrkckl abhisrkckl requested a review from vhaasteren June 2, 2025 13:57
@abhisrkckl abhisrkckl added the awaiting review This PR needs someone to review it so it can be merged label Jun 2, 2025
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.89%. Comparing base (950f28d) to head (bb55062).
Report is 33 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

)
)
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, ...]).",
Copy link
Contributor

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"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed.

floatParameter(
name="TNDMTSPAN",
units="year",
description="Time span corresponding to the fundamental frequency of the DM noise Fourier series.",
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added.

@dlakaplan
Copy link
Contributor

This looks good, except I have a few minor comments related to the comment strings.

@dlakaplan
Copy link
Contributor

Is this ready?

@abhisrkckl
Copy link
Contributor Author

Yes

@dlakaplan dlakaplan merged commit f601eb0 into nanograv:master Jun 5, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review This PR needs someone to review it so it can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explicitly specify the fundamental frequency for red/DM/chromatic noise
2 participants