Skip to content

Commit

Permalink
Merge branch 'master' of github.com:keras-team/keras
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jan 20, 2024
2 parents 6e6bb07 + 8b018b9 commit 65af41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ We use [pytest](https://pytest.org/) to run the tests.

### Run a test file

To run the tests in `pytest keras/losses/losses_test.py`, use following command
To run the tests in `keras/losses/losses_test.py`, use the following command
at the root directory of the repo.

```shell
pytest pytest keras/losses/losses_test.py
pytest keras/losses/losses_test.py
```

### Run a single test case
Expand Down

0 comments on commit 65af41d

Please sign in to comment.