simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Ensures strings are initialized with the proper empty default #343

Closed stefanoborini closed 7 years ago

stefanoborini commented 7 years ago

Strings were not initialized properly when they were "plain strings" with no "CUBA" component. This resulted in NAME and DESCRIPTION be set to None, which introduces problems with HDF5 storage.

mehdisadeghi commented 7 years ago

Related PR #326