Skip to content

Commit 6dd4073

Browse files
committed
Add comment
Signed-off-by: Joe Moorhouse <[email protected]>
1 parent 731ab73 commit 6dd4073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/physrisk/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Container(containers.DeclarativeContainer):
6868

6969
json_encoder_cls = providers.Object(PhysriskDefaultEncoder)
7070

71-
sig_figures = providers.Object(-1)
71+
sig_figures = providers.Object(-1) # -1 indicates no rounding
7272

7373
source_paths = providers.Factory(create_source_paths, inventory=inventory)
7474

0 commit comments

Comments
 (0)