Skip to content

Commit

Permalink
add @beartype to GigaConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Mar 7, 2024
1 parent 6dfa4bd commit a061950
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/delphi/train/gigaconfig.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from dataclasses import dataclass
from datetime import datetime

from beartype import beartype

from delphi.train.architectures import ModelTypes


@beartype
@dataclass
class GigaConfig:
"""This is a terrible hack to get usable config objects to pass around
Expand Down

0 comments on commit a061950

Please sign in to comment.