Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
change behaviour of data to be same as metadata generated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahashibon committed Mar 7, 2017
1 parent 684589a commit d03e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simphony/cuds/particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def uid(self):

@property
def data(self):
return DataContainer(self._data)
return self._data

@data.setter
def data(self, new_data):
Expand Down

0 comments on commit d03e5cc

Please sign in to comment.