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

get_predict_fstat_parameters_from_dict(): deal with both naming conventions for transient params #555

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

dbkeitel
Copy link
Collaborator

@dbkeitel dbkeitel commented Jul 2, 2024

  • allow passing dicts following either the lalpulsar or PyFstat convention and always return in lalpulsar convention
  • this helps e.g. when passing the same dicts to Writer-type objecs and to this functions.

…ntions for transient params

 - allow passing dicts following either the lalpulsar or PyFstat convention
   and always return in lalpulsar convention
@dbkeitel dbkeitel added enhancement New feature or request utils for anything in the utils subdir labels Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.58%. Comparing base (9a395e6) to head (c8f638b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #555      +/-   ##
==========================================
- Coverage   74.59%   74.58%   -0.02%     
==========================================
  Files          23       23              
  Lines        4401     4403       +2     
==========================================
+ Hits         3283     3284       +1     
- Misses       1118     1119       +1     
Flag Coverage Δ
unittests 74.58% <75.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pyfstat/utils/predict.py 91.04% <75.00%> (-1.27%) ⬇️

Continue to review full report in Codecov by Sentry.

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

@dbkeitel dbkeitel merged commit 11eff6a into master Jul 2, 2024
25 checks passed
@dbkeitel dbkeitel deleted the transient-predict-fix branch July 2, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request utils for anything in the utils subdir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant