-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: rust query engine #193
refactor: rust query engine #193
Conversation
b220f55
to
6bf734c
Compare
f6e23da
to
5df1278
Compare
257d69a
to
41413df
Compare
1ab4034
to
da35602
Compare
4a20f2d
to
c4995f5
Compare
c4995f5
to
ec2070a
Compare
There are still some |
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.
Could not be of much help, but did not find any clear typo (did not do much more than skimming to be honest).
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.
A few comments, more questions than anything else :)
ec2070a
to
c44619c
Compare
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.
Great job!! SO EXCITED TO TRY THIS OUT 🦭
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.
ef09e2e
into
epic/165-query-engine-refactor-1
reimplemented the rust part of the query engine
Every single action (and therefore also tests) is supposed to fail as building the python package cannot work before the bindings issue is completed in #172
Linting and formatting of the rust part succeeds and can be checked by running
cargo clippy --workspace --all-targets --all-features --exclude py-medmodels -- -D warnings
andcargo fmt -- --check
locallyTests can be checked using
cargo test --workspace --exclude py-medmodels