mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
For time_series, if the _value == 0, it will cause an error because "not getattr(self, name)" would be true. Instead, compare to "None"