Closed kjjarvis closed 1 year ago
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.`
Benchmarking Results From: | Test | Time (s) |
---|---|---|
import main | 0.1175622999999999 | |
import thrown object | 0.5238486999999998 | |
model initialization | 0.15557520000000014 | |
set noise | 0.6798905 | |
simulate | 0.5055321000000004 | |
simulate with saving | 1.404595 | |
simulate with saving, dt | 1.8271761 | |
simulate with printing results, dt | 2.2750511000000007 | |
Plot results | 14.588336299999998 | |
Metrics | 0.04266930000000002 | |
Surrogate Model Generation | 2.175981499999999 | |
surrogate sim | 1.3570993000000016 | |
surrogate sim, dt | 3.6740046 |
To: | Test | Time (s) |
---|---|---|
import main | 0.11345699999999992 | |
import thrown object | 0.4946416 | |
model initialization | 0.15587920000000022 | |
set noise | 0.6849585999999999 | |
simulate | 0.4942042 | |
simulate with saving | 1.4012574999999998 | |
simulate with saving, dt | 1.8040492000000006 | |
simulate with printing results, dt | 2.2572670000000006 | |
Plot results | 14.4648388 | |
Metrics | 0.042745299999999986 | |
Surrogate Model Generation | 2.1713759999999986 | |
surrogate sim | 1.3562579000000028 | |
surrogate sim, dt | 3.668492399999998 |
Benchmarking Results [Update] From: | Test | Time (s) |
---|---|---|
import main | 0.1341912999999999 | |
import thrown object | 0.5085933 | |
model initialization | 0.15772690000000011 | |
set noise | 0.6430320999999999 | |
simulate | 0.4926401 | |
simulate with saving | 1.4122551999999997 | |
simulate with saving, dt | 1.8409317000000005 | |
simulate with printing results, dt | 2.2466954999999995 | |
Plot results | 14.6765886 | |
Metrics | 0.03669720000000254 | |
Surrogate Model Generation | 2.1751053999999996 | |
surrogate sim | 1.4411112999999993 | |
surrogate sim, dt | 3.7067188000000044 |
To:
Test | Time (s) |
---|---|
import main | 0.12785019999999991 |
import thrown object | 0.49121269999999995 |
model initialization | 0.1568851999999996 |
set noise | 0.6473151000000001 |
simulate | 0.49052380000000007 |
simulate with saving | 1.3980937 |
simulate with saving, dt | 1.8076876000000004 |
simulate with printing results, dt | 2.2465819 |
Plot results | 14.7411898 |
Metrics | 0.03639090000000067 |
Surrogate Model Generation | 2.1632359999999977 |
surrogate sim | 1.4252728999999995 |
surrogate sim, dt | 3.6766252999999978 |
Merging #564 (1e821d7) into release/v1.5 (4cd2bf7) will decrease coverage by
0.68%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## release/v1.5 #564 +/- ##
================================================
- Coverage 85.50% 84.83% -0.68%
================================================
Files 70 45 -25
Lines 8224 3495 -4729
================================================
- Hits 7032 2965 -4067
+ Misses 1192 530 -662
Small syntax error in testing uav model is now fixed