-
Notifications
You must be signed in to change notification settings - Fork 13
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 @defVariable for RoME Variable Types #328
Conversation
towards #244 |
bump DFG compat to v0.10.2
shall we target a minor release on RoME then, v0.10.0 is next. This is really great! Thanks for doing! |
|
||
#uses DFG v0.10.2 @defVariable for above | ||
include("variables/VariableTypes.jl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dehann is it ok to have all variable definitions in one file like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, saw you did that -- think that will work well thanks otherwise they are all over the place -- good call!
Still to do is to update all the test that uses the old softtype |
Maybe convert on nstime from second, millisecond, float, etc. |
Codecov Report
@@ Coverage Diff @@
## master #328 +/- ##
==========================================
+ Coverage 15.19% 16.68% +1.48%
==========================================
Files 43 43
Lines 2145 2200 +55
==========================================
+ Hits 326 367 +41
- Misses 1819 1833 +14
Continue to review full report at Codecov.
|
this will cross paths with #341 sooner or later. |
replace #304
Awesome, thanks! |
Just testing it for now. Needs DFG v0.10.2