-
Notifications
You must be signed in to change notification settings - Fork 13
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
Updates for CADET-Python-Simulator #147
Conversation
e1b7a9a
to
4f333b7
Compare
35e0c67
to
d97cf31
Compare
@daklauss I know that we currently don't need these changes anymore for CADET-Python-Simulator, but I think, they are still don't hurt to have. Could you please review / test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments. Otherwise a test of densities for coverage like for the molecular_weight
as in
https://github.com/fau-advanced-separations/CADET-Process/blob/dev/tests/test_components.py
would be a good thing.
4f333b7
to
c3562a6
Compare
c3562a6
to
f7d29bd
Compare
Oh ... i guess i shouldn't have amended my changes directly to your add densities commit until it is ready to merge .... i think it is ready to merge but mb you can look over it @schmoelder. I added description and inits for densities and added a test for densities. |
Thanks Daniel, (almost) looks good to me, just some minor details. Also, without wanting to overload this PR, what do you think about adding type annotations to entire module? Btw, this is something where tools like Copilot / ChatGPT can really do the bulk of the work. |
9f41139
to
22e147c
Compare
Added type annotations with gpt. Fixed some minor ai stuf. Review needed @schmoelder. Ready to merge afterwards. |
d6c4ebd
to
96f6499
Compare
2b4b3de
to
8fec853
Compare
Fix Annotations Fix annotations and Remove unused annotations
8fec853
to
2cdd18e
Compare
This PR contains some modifications of CADET-Process to run the CADET-Python-Simulator.
Since the CADET-Python-Simulator is still very much experimental, let's see if / when we merge these changes to CADET-Process.