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

Linear wave #67

Merged
merged 30 commits into from
Apr 24, 2024
Merged

Linear wave #67

merged 30 commits into from
Apr 24, 2024

Conversation

benedict-96
Copy link
Collaborator

Added linear wave equation as we have it in https://arxiv.org/abs/2312.10004.

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 32.08%. Comparing base (b05d3b7) to head (a698959).

Files Patch % Lines
src/linear_wave.jl 8.33% 22 Missing ⚠️
src/bump_initial_condition.jl 86.36% 6 Missing ⚠️
src/toda_lattice.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   31.76%   32.08%   +0.32%     
==========================================
  Files          29       30       +1     
  Lines        1961     2010      +49     
==========================================
+ Hits          623      645      +22     
- Misses       1338     1365      +27     

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

@benedict-96 benedict-96 marked this pull request as draft April 22, 2024 06:49
@benedict-96 benedict-96 marked this pull request as ready for review April 22, 2024 15:24
@benedict-96 benedict-96 marked this pull request as draft April 22, 2024 15:36
@benedict-96
Copy link
Collaborator Author

I will get rid of ForwardDiff dependency and then mark as "ready for review" (again).

@benedict-96
Copy link
Collaborator Author

Removed ForwardDiff dependency (it's still used for testing purposes however) and changed get -> compute.

@benedict-96 benedict-96 marked this pull request as ready for review April 23, 2024 08:24
get -> comute. get_tstep -> _tstep.

get -> compute.
@benedict-96 benedict-96 requested a review from michakraus April 23, 2024 14:24
@michakraus michakraus merged commit a9d966d into main Apr 24, 2024
12 checks passed
@michakraus michakraus deleted the linear_wave branch April 24, 2024 10:10
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