-
Notifications
You must be signed in to change notification settings - Fork 165
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
为 PaddleScience 的 equation 模块添加单元测试 test_navier_stokes #413
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update install_setup.md * update docstrings * test=document_fix * test=document_fix
* fix geometry * update reprod code * update refined code * remove float, int int type hint for PEP 484 * update doc and doctest for LinearElasticity * update success reprod code
* using type-hint with TYPE_CHECKING * refine constraint code and use 'is not None' instead of implicit boolean opeator
* fix panorama.png * test=document_fix
…ePaddle#337) * add DeepHPMs examples and FunctionalLoss/FunctionalMetric class * fix commit * fix commit 2 * fix commit 3 * update docs(zh)
) * Update doc for release/1.0 (PaddlePaddle#356) * update links README.md and index.md from latest to release/1.0(test=document_fix) * update install_setup.md * update docstrings * Cherry pick panorama (PaddlePaddle#360) * fix panorama.png * add mathjax expression for equations and fix some code
* fix LinearElasticity formula * refine information of ModuleNotFoundError * test=document_fix
* fix random and create demo * Reproduce Fig. 2.(a) successfully * reproduce fig1 (a) and (b) successfully * reproduce aneurysm case in paper 3.2 * Aneurysm converged * clean pipe flow code * add main * clean code * using xvaier instead tf net initial params * muli opt:w * need shuffle * refine by review * add wss formula * review fix * delete useless comment * reformat pipe flow * merge new NS eqn which thinks of nu as variable * reformat transform * recover mlp code * delete blank line * fix by reviews * fix epochs * delete useless lines * bug fix * forget to uncomment train * fix multi-learnable bug * fix by reviews * fix by reviews * clean activation * add reference * fix by reviews
* add hPINNs example * fix commit1 change eval_loss_fun() * fix commit2 for penalty method * fix commit3 * fix commit4
* fix era5_dataset * fix weight_dict in loss
* add ruff to pre-commit * refine docstring * update RAEDME.md * restore import paddle in ad.py
* add hpinns docs and fix one type hint * add urls * fix urls * fix docs * fix code
* fix wrong reponame * enlarge eularbeam epochs
…addle#373) * automatically switch device to cpu when only cpu is avaiable * fix link in README.md(test=document_fix)
* cuboid * add cuboid neg flag * add if/else to pass ci * replace dir with hasattr
Signed-off-by: jjyaoao <jjyaoao@126.com>
* add rectangle and triangle sdf_func * fix naming
* Adding unittest for equation/pde/base.py * Black code * Changed the last unit test case * pre-commit * Adding more test for 100% coverage * Black
* add unittest for viv * Update test_viv.py
* Fix typos * Fix
add unit test for biharmonic
* fix tipc cylinder_2d fp32 * rename config txt in new format * misdelete one blank line
* add Polygon sdf * add Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf and add some annotations * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf * rewrite Polygon sdf
Thanks for your contribution! |
pr提错,先关闭 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
New features
PR changes
APIs
Describe
#378