You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inclusion of functions as arguments requires support in 2 primary areas:
Adding support in the conversion of the Function Network to Memgraph. This will require some added inference to get the names of the new expressions based on Literals at the top level. Primarily a task for @Free-Quarks
Adding support for getting the names of these expressions into the RHS of the differential equations used in AMR extraction. The dataflow will be a fair bit different in this case and as a result might require some more work to parse correctly into an equation. Primarily a task for @vincentraymond-ua and @Free-Quarks
The text was updated successfully, but these errors were encountered:
## Summary of Changes
This updates the database.rs to support function calls as arguments,
this required adding support for sub-expressions inside expressions.
These sub-expressions are related to the calling of the argument
functions
This also updates model_extraction.rs to add support for handling these
sub-expressions to get the full AMR's out. This includes new trimming to
delete the sub-expressions while connecting the primitives directly to
the argument functions.
### Related issues
Resolves#622
---------
Co-authored-by: Justin <[email protected]>
## Summary of Changes
This updates the database.rs to support function calls as arguments,
this required adding support for sub-expressions inside expressions.
These sub-expressions are related to the calling of the argument
functions
This also updates model_extraction.rs to add support for handling these
sub-expressions to get the full AMR's out. This includes new trimming to
delete the sub-expressions while connecting the primitives directly to
the argument functions.
### Related issues
Resolves#622
---------
Co-authored-by: Justin <[email protected]> 094b7ec
The inclusion of functions as arguments requires support in 2 primary areas:
The text was updated successfully, but these errors were encountered: