Skip to content

Commit b8d22ec

Browse files
update
1 parent f57c6ba commit b8d22ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ This does the following:
6969
- Saves the batch of [10, ...] to an image (viewed as a grid by default). Uses a timestamp for the name and PNG format by default.
7070
- Saves the batch of [10, ...] as a video. Uses a timestamp for the name and MP4 format by default.
7171

72+
For additional usage examples, see the [test suite](tests/test_im_utils.py).
73+
7274
## When you should use image_utils
7375

7476
- If you need to quickly visualize and work with images/videos.
@@ -112,11 +114,9 @@ If you want a dedicated library for this, check out [lovely-tensors](https://git
112114

113115
*Note*: If you want to know more about how to use specific methods or which formats we test on, check out `tests/test_im_utils.py`.
114116

115-
To run all tests, simply run: `pytest`
116-
117-
To break with pdb on error, use: `pytest --pdb -s`
118-
119-
To run a specific test use: `pytest -k 'test_concat' --pdb -s`
117+
- To run all tests, simply run: `pytest`
118+
- To break with pdb on error, use: `pytest --pdb -s`
119+
- To run a specific test use: `pytest -k 'test_concat' --pdb -s`
120120

121121
## Development
122122
### Local Installation

0 commit comments

Comments
 (0)