You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cyclus db's have a convention of allowing archetypes to write to fixed-schema time series tables with names of their choosing. All time series tables are named TimeSeries[bla] and have the schema:
SimID (blob/uuid)
AgentId (int)
Time (int)
Value (double)
We should load in these tables automatically when opening a db/sim along with the other standard tables.
The text was updated successfully, but these errors were encountered:
Cyclus db's have a convention of allowing archetypes to write to fixed-schema time series tables with names of their choosing. All time series tables are named
TimeSeries[bla]
and have the schema:We should load in these tables automatically when opening a db/sim along with the other standard tables.
The text was updated successfully, but these errors were encountered: