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

How do you handle testing? #27

Closed
nmstoker opened this issue Nov 18, 2021 · 2 comments
Closed

How do you handle testing? #27

nmstoker opened this issue Nov 18, 2021 · 2 comments

Comments

@nmstoker
Copy link

Sorry if I've missed something, but is there a method you have to allow tests to run on the transpiled C to ensure it's working? (and presumably that it gives the same results as the python code, unless you've got some way of being 100% sure that is guaranteed due to your language restrictions)

@zanellia
Copy link
Owner

zanellia commented Jan 6, 2022

Hey @nmstoker I must have forgotten to reply to you, sorry for the loose response. For the moment I test locally and check on Travis CI installation, build and that examples and tests run successfully. I should implement some more systematic tests ASAP, i.g., based on dumping numerical values at "checkpoints" to log files both with --cgen=True and --cgen=False and comparing the results.

@nmstoker
Copy link
Author

Many thanks for the update!

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

No branches or pull requests

2 participants