Skip to content

Commit

Permalink
Fix link again
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 13, 2024
1 parent 82ebb92 commit a4b480a
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 @@ -127,6 +127,6 @@ arr = np.random.randint(low=-2**15, high=2**15 - 1, size=(100, 100), dtype="int8
encode(arr, signal_noise_ratios=[50, 80, 100])
```

See the docstring for the [encode() function][2]: for full details.
See the docstring for the [encode() function][2] for full details.

[2]: https://github.com/pydicom/pylibjpeg-openjpeg/blob/main/openjpeg/utils.py#L428

0 comments on commit a4b480a

Please sign in to comment.