Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo authored Feb 23, 2024
1 parent 4caa787 commit 53beb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Contributions are welcome. Please raise a pull request for contributions first.

# General guidelines
- variable names should be descriptive and should use snake case.
- please use numpy docstrings (use an IDE and switch on thise docstring type; you can check examples in our code base)
- please use numpy docstrings (use an IDE and switch on thise docstring type; you can check examples in our code base; the doctring should be useful for other people)
- please write unit tests (testing will be performed with pytest; please look into tests for examples)
- please ensure high coverage of the code based on the tests (you can test this with `coverage`)

Expand Down

0 comments on commit 53beb88

Please sign in to comment.