Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use datetime (or some equivalent) to implement time in topside #27

Open
wendi-yu opened this issue May 29, 2020 · 0 comments
Open

Use datetime (or some equivalent) to implement time in topside #27

wendi-yu opened this issue May 29, 2020 · 0 comments
Labels
plumbing Affects plumbing or PDL code

Comments

@wendi-yu
Copy link
Member

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.

@jacobdeery jacobdeery added the plumbing Affects plumbing or PDL code label Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plumbing Affects plumbing or PDL code
Projects
None yet
Development

No branches or pull requests

2 participants