When using dpdata I found that MultiSystems kept thinking I had 'virials' in my data, when actually I didn't.
system.py line 1292 Object of type Nonetype has no len()
I circumvented this issue by adding a data['virials'] is not None check everytime a related error was reported.
Would someone like to explain where (and why) 'virials' is added as a key in self.data by default?
When using dpdata I found that MultiSystems kept thinking I had 'virials' in my data, when actually I didn't.
system.py line 1292 Object of type Nonetype has no len()I circumvented this issue by adding a
data['virials'] is not Nonecheck everytime a related error was reported.Would someone like to explain where (and why)
'virials'is added as a key inself.databy default?