Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Nov 16, 2023
1 parent 58f0f1f commit 1d7a66e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pynwb/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def __init__(self, **kwargs):
args_to_set = popargs_to_dict(keys_to_set, kwargs)
kwargs['name'] = 'subject'
super().__init__(**kwargs)
# if kwargs['validate']:
# breakpoint()
# NOTE when the Subject I/O mapper (see pynwb.io.file.py) reads an age__reference value of None from an
# NWB 2.0-2.5 file, it sets the value to "unspecified" so that when Subject.__init__ is called, the incoming
# age__reference value is NOT replaced by the default value ("birth") specified in the docval.
Expand Down

0 comments on commit 1d7a66e

Please sign in to comment.