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 1947830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.
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

0 comments on commit 1947830

Please sign in to comment.