Closed teubert closed 1 year ago
Benchmarking Results From: | Test | Time (s) |
---|---|---|
import main | 0.11411710000000008 | |
import thrown object | 0.5021402000000001 | |
model initialization | 0.15364139999999993 | |
set noise | 0.6693221 | |
simulate | 0.4909262000000001 | |
simulate with saving | 1.3926253000000002 | |
simulate with saving, dt | 1.7931347999999998 | |
simulate with printing results, dt | 2.2455393 | |
Plot results | 14.001301400000001 | |
Metrics | 0.04091149999999999 | |
Surrogate Model Generation | 2.1453074999999977 | |
surrogate sim | 1.3400119000000004 | |
surrogate sim, dt | 3.6451361999999996 |
To: | Test | Time (s) |
---|---|---|
import main | 0.11551800000000001 | |
import thrown object | 0.49692120000000006 | |
model initialization | 0.15596300000000007 | |
set noise | 0.6731185000000002 | |
simulate | 0.4971102000000003 | |
simulate with saving | 1.3823599999999998 | |
simulate with saving, dt | 1.7958047000000006 | |
simulate with printing results, dt | 2.242836200000001 | |
Plot results | 13.975248800000001 | |
Metrics | 0.04170960000000079 | |
Surrogate Model Generation | 2.1743507000000015 | |
surrogate sim | 1.3503525999999972 | |
surrogate sim, dt | 3.668395799999999 |
Thank you for opening this PR. Since this is a release branch, the PR must complete the release checklist, below:
[ ] Check that each new feature has corresponding tests
[ ] Confirm all dependencies are in the following: requirements.txt, setup.py, the bottom of dev_guide.rst
[ ] Confirm that all issues associated with the release have been closed (i.e., requirements have been met) or assigned to another release
[ ] Run unit tests
python -m tests
, on[ ] Windows
[ ] Linux
[ ] Apple Silicon Mac
[ ] Intel Mac
[ ] If present, run manual tests
python -m tests.test_manual
[ ] Review the template(s)
[ ] Review static-analysis/linter results
[ ] Review the tutorial
[ ] Run and review the examples
[ ] Check that all examples are tested
[ ] Check new files in PR for any accidentally added
[ ] Check documents
[ ] Check that all desired examples are in docs
[ ] General review: see if any updates are required
[ ] Rebuild sphinx documents:
sphinx-build sphinx_config/ docs/
[ ] Write release notes
[ ] Update version number in src/*/init.py and setup.py
[ ] For releases adding new features- ensure that NASA release process has been followed.
[ ] Confirm that on GitHub Releases page, the next release has been started and that a schedule is present including at least Release Date, Release Review Date, and Release Branch Opening Date.`