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

Fixes for compatibility with latest Catlab/ACSets #15

Merged
merged 6 commits into from
Oct 10, 2023

Conversation

slwu89
Copy link
Collaborator

@slwu89 slwu89 commented Oct 6, 2023

Hi @thevolatilebit I updated the code to be compatible with the latest version of Catlab/ACSets packages. Now the example in #14 runs on those latest versions.

Please note I also had to change some code insrc/solvers.jl, the type of trans_[:transHash] was a string but the key type of terminated_all was symbol so I needed to do the string->symbol conversion. There is probably a better way to do this deeper in the code but this was the minimal change to get the example in your PR to work.

@slwu89
Copy link
Collaborator Author

slwu89 commented Oct 6, 2023

@thevolatilebit the tests are failing because @safeinclude is not found for some reason. I don't know how to work around this or fix it.

Copy link
Collaborator

@thevolatilebit thevolatilebit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, it is much better that we use only ACSets now.

@thevolatilebit thevolatilebit merged commit 033f202 into Merck:ref-agents Oct 10, 2023
3 checks passed
@slwu89 slwu89 deleted the ref-agents branch October 11, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants