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

Fix the functions to output TPM results #95

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

MasanoriKanamaru
Copy link
Member

No description provided.

`save_TPM_csv` -> `export_TPM_results`
Rename `save_TPM_result!` to `update_TPM_result!`
Fix the function `export_TPM_results`
@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd5604a) 93.15% compared to head (f35f215) 93.08%.
Report is 3 commits behind head on main.

❗ Current head f35f215 differs from pull request most recent head 8d5426f. Consider uploading reports for the commit 8d5426f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
- Coverage   93.15%   93.08%   -0.07%     
==========================================
  Files          10       10              
  Lines         657      651       -6     
==========================================
- Hits          612      606       -6     
  Misses         45       45              
Files Coverage Δ
src/TPM.jl 95.03% <100.00%> (-0.21%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/TPM.jl Outdated Show resolved Hide resolved
@@ -428,40 +428,25 @@ end


"""
save_TPM_csv(filepath, result::BinaryTPMResult, stpm::BinaryTPM, ephem)
export_TPM_results(filepath, result::BinaryTPMResult, stpm::BinaryTPM, ephem)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
export_TPM_results(filepath, result::BinaryTPMResult, stpm::BinaryTPM, ephem)
export_TPM_results(dirpath, result::BinaryTPMResult, stpm::BinaryTPM, ephem)

Co-authored-by: Yuto Horikawa <hyrodium@gmail.com>
@MasanoriKanamaru MasanoriKanamaru merged commit 90e34b3 into main Nov 9, 2023
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants