-
Notifications
You must be signed in to change notification settings - Fork 0
20 user facing dae #28
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
Conversation
cffd856 to
091cdbd
Compare
iangillingham-stfc
left a comment
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.
Just a handful of pedantic type incompatibilities and a function which 'could' be static.
Integration testing on a dev system worked well.
iangillingham-stfc
left a comment
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.
My previous questions re base class / derived class function return types has been answered and mitigated my the function decorators, which change the return types accordingly.
The function identified as could be static should remain as instance function as it uses self in derived classes.
Fixes #20
Needs these PRs to be merged first: