Skip to content

Commit 9cecc0d

Browse files
committed
Update README.md to refer the default value of Configuration to configuration.py
1 parent 4ca44d9 commit 9cecc0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ To install the package, simply hit it with pip: `pip3 install pimage`. Example s
99

1010
### Configuring the algorithm
1111

12-
The algorithm can be dynamically configured with `Configuration` class. If omitted, the default value from both of the paper will be used:
12+
The algorithm can be dynamically configured with `Configuration` class. If omitted, the default value from both of the paper will be used.
13+
The default value and description for each of the parameter is detailed on [configuration.py](src/pimage/configuration.py).
1314

1415
```python
1516
from pimage.configuration import Configuration

0 commit comments

Comments
 (0)