-
Notifications
You must be signed in to change notification settings - Fork 27
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
Inconsistencies between interface specification / CLI-interface / C-API #334
Comments
Damn, I didn't properly cover some of the edge cases in the C-API, so there are still some issues regarding the coordinates. For reference, these are the relevant lines: CADET-Core/src/libcadet/api/CAPIv1.cpp Line 907 in 8fc5a7b
CADET-Core/src/libcadet/api/CAPIv1.cpp Line 927 in 8fc5a7b
CADET-Core/src/libcadet/api/CAPIv1.cpp Line 947 in 8fc5a7b
If coordinates are not stored or singleton dimensions are squeezed, it should return To test this, see also cadet/CADET-Python#42 |
This is a collection of smaller issues that need to be addressed to ensure consistency in the simulation output.
SOLUTION_VOLUME
has shape (NTIME
, 1), should have (NTIME
)axial_coordinates
andparticle_coordinates
. Should not return coordinatesaxial_coordinates
andparticle_coordinates
. Should only returnaxial_coordinates
solution_inlet/outlet
ifNCOMP=1
. Should not do that. (Fixed in cadet/CADET-Python@2211aab)The text was updated successfully, but these errors were encountered: