Skip to content

Commit 55def2e

Browse files
committed
Fix missing DLCLive precision attribute
1 parent d27e8e1 commit 55def2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dlclive/dlclive.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ def __init__(
210210
def cfg(self) -> dict | None:
211211
return self.runner.cfg
212212

213+
@property
214+
def precision(self) -> str:
215+
return self.runner.precision
216+
213217
def read_config(self) -> None:
214218
"""Reads configuration yaml file
215219

0 commit comments

Comments
 (0)