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

[MORAE] Imports bug for code slicing #717

Closed
Tracked by #718
Free-Quarks opened this issue Dec 6, 2023 · 0 comments · Fixed by #727
Closed
Tracked by #718

[MORAE] Imports bug for code slicing #717

Free-Quarks opened this issue Dec 6, 2023 · 0 comments · Fixed by #727
Assignees
Labels
bug Something isn't working MORAE

Comments

@Free-Quarks
Copy link
Collaborator

It turns out if the core dynamics expressions are using imported libraries, if those imports are not included when running code2fn the undefined functions create a malformed function network which causes my crashes in ingestion.

We need to add support for bring along the imports for the core dynamics slices as well.

@Free-Quarks Free-Quarks added bug Something isn't working MORAE labels Dec 6, 2023
@Free-Quarks Free-Quarks self-assigned this Dec 6, 2023
This was referenced Dec 6, 2023
Free-Quarks added a commit that referenced this issue Dec 12, 2023
## Summary of Changes
This updates the LLM endpoints (linespan and code2amr) to support
including imports and also returning the linespan for the given AMR.

### Related issues

Resolves #717 
Resolves #715
github-actions bot added a commit that referenced this issue Dec 12, 2023
## Summary of Changes
This updates the LLM endpoints (linespan and code2amr) to support
including imports and also returning the linespan for the given AMR.

### Related issues

Resolves #717
Resolves #715 643f2fb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MORAE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant