Skip to content

Commit

Permalink
fix(ContainerBase): convert strings in containers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Mar 2, 2020
1 parent a817957 commit 7e08750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions draco/core/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ class ContainerBase(memh5.BasicCont):

_dataset_spec = {}

convert_attribute_strings = True
convert_dataset_strings = True

def __init__(self, *args, **kwargs):

# Pull out the values of needed arguments
Expand Down

0 comments on commit 7e08750

Please sign in to comment.