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 DFGVariable nanosecond time in Dyn #322

Merged
merged 1 commit into from
Aug 7, 2020
Merged

Conversation

Affie
Copy link
Member

@Affie Affie commented Aug 5, 2020

@Affie Affie added this to the v0.9.0 milestone Aug 5, 2020
@Affie Affie marked this pull request as ready for review August 7, 2020 16:06
@Affie Affie requested a review from dehann August 7, 2020 16:07
@Affie Affie merged commit 4b3841b into master Aug 7, 2020
@Affie
Copy link
Member Author

Affie commented Aug 7, 2020

This and Masters pass, so merging


global v1 = addVariable!(fg, :x1, DynPoint2(ut=1000_000))
global v1 = addVariable!(fg, :x1, DynPoint2(ut=1000_000); nanosecondtime=10^9)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Affie , just checking here again and wondering if you don't want to drop the DynPoint(ut=1000000)? You should perhaps go as far as the rest of the code and just use the type DynPoint2 here. IIF will internally create the object when necessary.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I left it in to trigger and test the deprecation on it.
I'll open an issue on T vs T() if that is what you mean.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Affie Affie deleted the feat/20Q3/Dyn_nstime branch February 1, 2021 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants