Skip to content

Commit

Permalink
Merge pull request #158 from morcuended/patch-1
Browse files Browse the repository at this point in the history
Update test section in README.md
  • Loading branch information
cosimoNigro authored Jul 8, 2024
2 parents 75ab0b7 + 175a164 commit 2faa877
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Run this repository in binder
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cosimoNigro/agnpy/HEAD)

## acknowledging and citing agnpy
As a general acknowledgement of `agnpy` usage, we recommend citing the agnpy release paper.
Additionaly, to specify which version of `agnpy` is being used, that version's zenodo record can be cited.
As a general acknowledgment of `agnpy` usage, we recommend citing the agnpy release paper.
Additionally, to specify which version of `agnpy` is being used, that version's zenodo record can be cited.
We recommend citing both.

At the following links you can find:
Expand Down Expand Up @@ -53,8 +53,8 @@ conda install -c conda-forge agnpy
```

## tests
A test suite is available in [`agnpy/tests`](https://github.com/cosimoNigro/agnpy/tree/master/agnpy/tests), to run it just type
`pytest` in the main directory.
A test suite is available within each agnpy module directory. To run the tests just type
`pytest` in the main directory of the cloned repository.

## shields
[![CI test](https://github.com/cosimoNigro/agnpy/actions/workflows/test.yml/badge.svg)](https://github.com/cosimoNigro/agnpy/actions/workflows/test.yml)
Expand Down

0 comments on commit 2faa877

Please sign in to comment.