We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a98a4 commit 2433dcdCopy full SHA for 2433dcd
preciceprofiling/common.py
@@ -146,9 +146,9 @@ def toExportDataFrame(self, unit):
146
("participant", pl.Utf8),
147
("rank", pl.Int32),
148
("size", pl.Int32),
149
- ("eid", pl.Utf8),
150
- ("ts", pl.Int64),
151
- ("dur", pl.Int64),
+ ("event", pl.Utf8),
+ ("timestamp", pl.Int64),
+ ("duration", pl.Int64),
152
] + [(dn, pl.Int64) for dn in dataFields]
153
df = pl.DataFrame(
154
data=self.toExportList(unit, dataFields),
0 commit comments