-
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
Comparing translation techniques #45
Comments
@isaacaka to pick up writing the tests |
The |
Thanks. We now have a candidate set of tests for TODO:
In both cases the structure/scaffolding of the tests will need tweaking slightly to get it to address the Python version of the code rather than the matlab; I think do what works for now so that we can get the info we need to do the comparison of the two. |
I have translated the code to python and currently it can pass 16 out of 28 tests. |
In the translation phase, we've used a mixture of techniques. Sometimes the smop generated code works (sometimes it does not), other times some digging is needed with the help of an LLM. Sometimes we've been able to use Peter's code. So the mixed mode seems to be a good approach. |
We want to evaluate possible translation techniques
We are going to use
cpdFmax2pCp3.m
as a test case; @j-emberton is making some tests so it is ready for that.The text was updated successfully, but these errors were encountered: