Skip to content

Commit

Permalink
fix: add docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: s0nicboOm <[email protected]>
  • Loading branch information
s0nicboOm committed Nov 14, 2023
1 parent 2f40238 commit 53f64f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions numalogic/config/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class LightningTrainerConf:

@dataclass
class TrainerConf:
"""Schema for defining the trainer config."""

train_hours: int = 24 * 8 # 8 days worth of data
min_train_size: int = 2000
retrain_freq_hr: int = 24
Expand Down
2 changes: 1 addition & 1 deletion numalogic/udfs/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class _DedupMetadata(NamedTuple):
"""namedtuple for Dedup Metadata."""
"""Data Structure for Dedup Metadata."""

msg_read_ts: Optional[str]
msg_train_ts: Optional[str]
Expand Down

0 comments on commit 53f64f5

Please sign in to comment.