Skip to content

Commit

Permalink
add bool type to _type_map dict (#85)
Browse files Browse the repository at this point in the history
* add bool type to _type_map dict
  • Loading branch information
bendichter authored Jun 21, 2019
1 parent d6735fd commit da5de6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdmf/build/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ def load_namespaces(self, **kwargs):
'float64': float,
'int': int,
'int32': int,
'bool': bool,
'uint64': np.uint64,
'isodatetime': datetime
}
Expand Down

0 comments on commit da5de6b

Please sign in to comment.