Skip to content

Commit

Permalink
update README Wave->WaveFD
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Oct 4, 2020
1 parent 31a942b commit d5a602a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ For examples consider the propagator names in the table below.

## Note on unit tests and coverage
These single time step propagators are used to contruct nonlinear modeling operators and their
linearizations in the `JetPackWave` package. An extensive suite of unit tests guaranteeing
correctness is implemented in `JetPackWave`, and therefore is not re-implemented here. This
linearizations in the `JetPackWaveFD` package. An extensive suite of unit tests guaranteeing
correctness is implemented in `JetPackWaveFD`, and therefore is not re-implemented here. This
means that coverage statistics for tests in this package do not reflect the code as excersized
by the unit tests in `JetPackWave`.
by the unit tests in `JetPackWaveFD`.

## Additional Notes
In addition to propagators, the Julia components of WaveFD.jl are meant to provide:
Expand Down

2 comments on commit d5a602a

@samtkaplan
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/22401

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" d5a602a1b04972de78fb42122c93e1b870b987c3
git push origin v0.1.0

Please sign in to comment.