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

Improve testing from Python #47

Open
schmoelder opened this issue Dec 16, 2024 · 0 comments
Open

Improve testing from Python #47

schmoelder opened this issue Dec 16, 2024 · 0 comments

Comments

@schmoelder
Copy link
Contributor

Currently, our test cases are setup using createLWE (provided by CADET-Core) which creates an H5 file which in turn is read back to Python and then passed to a new instance of Cadet using the CLI or DLL runners respectively.

However, this has lead to several issues not being caught since the H5 file usually contains different types compared to setting up a configuration file directly with Python (e.g. lists are automatically cast to np.ndarrays).

To improve this, we should reconsider our testing setup. Here are some open questions:

  • Add createLWE method to CADET-Python
  • Use createLwE method by CADET-Process
  • How does this integrate with CADET-Verification?
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

1 participant