-
Notifications
You must be signed in to change notification settings - Fork 9
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
Docs #22
Conversation
Added some docstrings and files for RTD
Added some stuff for paper.
Added docstrings and schrodinger example fixed for paper.
commit 9bdaaf9 Author: Damir Aminev <107632986+aminevdom@users.noreply.github.com> Date: Mon Feb 13 17:30:46 2023 +0300 Refactoring+GPU available+periodic (mat) (#21) * Refactoring+GPU available+periodic (mat) * We change the BC input form, so the existing EPDE+ interfaces should take it into account. --------- Co-authored-by: SuperSashka <heretik.unlimited@gmail.com>
commit 9bdaaf9 Author: Damir Aminev <107632986+aminevdom@users.noreply.github.com> Date: Mon Feb 13 17:30:46 2023 +0300 Refactoring+GPU available+periodic (mat) (#21) * Refactoring+GPU available+periodic (mat) * We change the BC input form, so the existing EPDE+ interfaces should take it into account. --------- Co-authored-by: SuperSashka <heretik.unlimited@gmail.com>
tedeous/metrics.py
Outdated
operator_set: Multiple (len(subset)>=1) operators in input form. See | ||
input_preprocessing.operator_prepare(). | ||
Returns: | ||
smth |
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.
Надо сюда написать что метод returns
tedeous/metrics.py
Outdated
Args: | ||
operator: Single (len(subset)==1) operator in input form. See | ||
input_preprocessing.operator_prepare() | ||
grid_points: grid points |
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.
Описать что такое grid_points и что returns
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.
Дамир проверил все примеры, ничего не ломается, вроде. Исправь мои два коммента, сделай ребейз, разреши конфликты, да и можно вливать.
Сделано |
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.
Давайте пробовать мержить, если всё хорошо, то и закончиться всё должно хорошо.
No description provided.