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

Faster beam interpolation in frequency #19

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Conversation

tyler-a-cox
Copy link
Owner

This PR matches the beam interpolation done in matvis where interpolation is first done in frequency, then over time. This should reduce interpolation time when there are many times in a simulation.

@tyler-a-cox tyler-a-cox changed the title add faster beam interpolation in frequency Faster beam interpolation in frequency Jul 22, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.59%. Comparing base (4b1d451) to head (f8a2ac0).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   80.20%   80.59%   +0.39%     
==========================================
  Files           5        5              
  Lines         197      201       +4     
  Branches       46       47       +1     
==========================================
+ Hits          158      162       +4     
  Misses         31       31              
  Partials        8        8              
Flag Coverage Δ
unittests 80.59% <100.00%> (+0.39%) ⬆️

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

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

Copy link
Collaborator

@steven-murray steven-murray left a comment

Choose a reason for hiding this comment

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

This should speed things up a bit!

@tyler-a-cox tyler-a-cox merged commit 947351a into main Jul 22, 2024
9 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.

3 participants