-
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
Restructure residual calculation + Cstr - [opened] #7
Comments
In GitLab by @d.klauss on Jul 3, 2024, 14:59 added 1 commit
|
In GitLab by @schmoelder on Jul 3, 2024, 17:29 Commented on CADETPythonSimulator/residual.py line 12 Please add doc strings. |
In GitLab by @d.klauss on Jul 3, 2024, 17:55 added 1 commit
|
In GitLab by @d.klauss on Jul 4, 2024, 08:56 added 1 commit
|
In GitLab by @d.klauss on Jul 4, 2024, 10:06 added 1 commit
|
In GitLab by @schmoelder on Jul 4, 2024, 10:16 resolved all threads |
In GitLab by @d.klauss on Jul 4, 2024, 10:51 marked the checklist item Move residual to module as completed |
In GitLab by @d.klauss on Jul 4, 2024, 10:51 marked the checklist item Add tests as completed |
In GitLab by @d.klauss on Jul 4, 2024, 10:51 marked the checklist item Add implementation for concentration as completed |
In GitLab by @d.klauss on Jul 4, 2024, 10:56 added 2 commits
|
In GitLab by @schmoelder on Jul 4, 2024, 12:02 Commented on CADETPythonSimulator/unit_operation.py line 577 [question] Does this automatically cast the "0" into the shape of the [alternative] Call the actual method. Raise a |
In GitLab by @schmoelder on Jul 4, 2024, 12:06 Commented on CADETPythonSimulator/residual.py line 4 Please add type annotations. :nerd: (Sorry, hätte ich auch schon vorher beim Kommentar zu den docstrings schreiben können) |
In GitLab by @schmoelder on Jul 4, 2024, 12:06 Commented on CADETPythonSimulator/exception.py line 2 [question] Should we make this a base class for Exceptions (e.g. the |
In GitLab by @schmoelder on Jul 4, 2024, 12:06 Commented on CADETPythonSimulator/unit_operation.py line 584 [formatting] Remove comments, they are now tracked in the PR (or issues) |
In GitLab by @schmoelder on Jul 4, 2024, 12:06 Commented on tests/test_unit_operation.py line 406 [formatting] Remove empty lines |
In GitLab by @d.klauss on Jul 4, 2024, 13:43 Commented on CADETPythonSimulator/unit_operation.py line 577 [question] I thought that in the Ende the calculated viscosity is a property of the whole Volume. So it is a single float value? |
In GitLab by @d.klauss on Jul 4, 2024, 16:22 Commented on CADETPythonSimulator/unit_operation.py line 577 changed this line in version 7 of the diff |
In GitLab by @d.klauss on Jul 4, 2024, 16:22 Commented on CADETPythonSimulator/residual.py line 4 changed this line in version 7 of the diff |
In GitLab by @d.klauss on Jul 4, 2024, 16:22 Commented on CADETPythonSimulator/unit_operation.py line 584 changed this line in version 7 of the diff |
In GitLab by @d.klauss on Jul 4, 2024, 16:22 added 1 commit
|
In GitLab by @schmoelder on Jul 4, 2024, 18:21 Commented on CADETPythonSimulator/residual.py line 30 [formatting] Consider splitting into several shorter lines. Python default is max 79 chars, which I think is too short. So I would suggest something like 88 chars (which is also used by black, AFAIK) |
In GitLab by @schmoelder on Jul 5, 2024, 09:16 Commented on CADETPythonSimulator/exception.py line 2 Should |
In GitLab by @schmoelder on Jul 5, 2024, 09:18 Commented on CADETPythonSimulator/exception.py line 9 [naming] There is already a |
In GitLab by @schmoelder on Jul 5, 2024, 09:19 Commented on CADETPythonSimulator/unit_operation.py line 577 True. |
In GitLab by @schmoelder on Jul 5, 2024, 09:19 Commented on CADETPythonSimulator/residual.py line 58 [naming] Be consistent with naming. If all the other methods use |
In GitLab by @schmoelder on Jul 5, 2024, 09:22 We're getting there! :nerd: I think we should add a style guide, there are still many places where there are too many (or to few) lines between imports, classes, defs etc.
|
In GitLab by @d.klauss on Jul 5, 2024, 09:49 Commented on CADETPythonSimulator/residual.py line 30 changed this line in version 8 of the diff |
In GitLab by @d.klauss on Jul 5, 2024, 09:49 Commented on CADETPythonSimulator/exception.py line 9 changed this line in version 8 of the diff |
In GitLab by @d.klauss on Jul 5, 2024, 09:49 Commented on CADETPythonSimulator/residual.py line 58 changed this line in version 8 of the diff |
In GitLab by @d.klauss on Jul 5, 2024, 09:49 added 1 commit
|
In GitLab by @d.klauss on Jul 9, 2024, 14:38 Commented on CADETPythonSimulator/exception.py line 2 So NotInitializedError inherits from CadetPythonSim? I guess this does make sense. |
In GitLab by @d.klauss on Jul 9, 2024, 14:41 added 1 commit
|
In GitLab by @d.klauss on Jul 9, 2024, 14:43 resolved all threads |
In GitLab by @d.klauss on Jul 9, 2024, 14:47 Do i need to reinstall the project after alterning the pyproject.toml for ruff? And i guess we should do this in #3 ? |
In GitLab by @d.klauss on Jul 11, 2024, 09:16 added 1 commit
|
In GitLab by @d.klauss on Jul 11, 2024, 09:18 Commented on CADETPythonSimulator/residual.py line 58 yeah i changed it and forgot to fix the tests somehow .... the ci pipeline is necessary i guess |
In GitLab by @d.klauss on Jun 25, 2024, 17:02
Merges add-dead-end-filtration -> master
TODOS:
The text was updated successfully, but these errors were encountered: