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
Right now, the plumbing engine stores time in microseconds but takes input in seconds. Furthermore, both its solve capabilities and the procedures engine are starting to depend on time comparisons and calculations in their functions. We should start using a standardized time library (datetime or our own version) across topside to reduce calculation errors and improve documentation.
The text was updated successfully, but these errors were encountered:
Right now, the plumbing engine stores time in microseconds but takes input in seconds. Furthermore, both its solve capabilities and the procedures engine are starting to depend on time comparisons and calculations in their functions. We should start using a standardized time library (
datetime
or our own version) across topside to reduce calculation errors and improve documentation.The text was updated successfully, but these errors were encountered: