Skip to content

Commit 4f217bc

Browse files
committed
enforce dtypes of metadata by default, still experimental
1 parent 7d76c19 commit 4f217bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChildProject/projects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class ChildProject:
271271
REC_COL_REF = {c.name: c for c in RECORDINGS_COLUMNS}
272272

273273
def __init__(
274-
self, path: Union[Path, str], enforce_dtypes: bool = False, ignore_discarded: bool = True
274+
self, path: Union[Path, str], enforce_dtypes: bool = True, ignore_discarded: bool = True
275275
):
276276
self.path = Path(path)
277277
self.experiment = None

0 commit comments

Comments
 (0)