We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731ab73 commit 6dd4073Copy full SHA for 6dd4073
src/physrisk/container.py
@@ -68,7 +68,7 @@ class Container(containers.DeclarativeContainer):
68
69
json_encoder_cls = providers.Object(PhysriskDefaultEncoder)
70
71
- sig_figures = providers.Object(-1)
+ sig_figures = providers.Object(-1) # -1 indicates no rounding
72
73
source_paths = providers.Factory(create_source_paths, inventory=inventory)
74
0 commit comments