Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Oct 31, 2024
1 parent 95c00ca commit ab842ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ your own **model** or **method**, then

- If it is a complex one, you may be better off using DAPPER
merely as *inspiration* (but you can still
[cite it](https://github.com/nansencenter/DAPPER#getting-started))
[cite it](../#getting-started))
rather than trying to squeeze everything into its templates.
- If it is relatively simple, however, you may well want to use DAPPER.
In that case, read this:
- [`mods`][]
- [`da_methods`][]
- [`mods`](mods)
- [`da_methods`](da_methods)

Since the generality of DAPPER is
[limited](https://github.com/nansencenter/DAPPER#similar-projects)
[limited](../#similar-projects)
it is quite likely you will also need to make changes to the DAPPER code itself.
4 changes: 1 addition & 3 deletions dapper/da_methods/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Also see the section on
[DA Methods](https://github.com/nansencenter/DAPPER#DA-Methods)
in the main README
Also see [this section on DA Methods](../../#da-methods)
for an overview of the methods included with DAPPER.

## Defining your own method
Expand Down
2 changes: 1 addition & 1 deletion dapper/mods/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
See the README section on
[test cases (models)](https://github.com/nansencenter/DAPPER#Test-cases-models)
[test cases (models)](../../#test-cases-models)
for a table overview of the included models.

## Defining your own model
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and that it requires a Google login): [![Open In Collab](https://colab.research.
## Description

When adapting the scripts to your needs,
you should begin with `docs/examples/basic_1.py`
you should begin with `basic_1.py`
before incorporating the aspects of `basic_2` and `basic_3`.

- `basic_1.py`: A single experiment, with Liveplotting.
Expand Down

0 comments on commit ab842ba

Please sign in to comment.