Add STUMPY_SEED test reproducibility (#707)#1155
Conversation
|
Review these changes at https://app.gitnotebooks.com/stumpy-dev/stumpy/pull/1155 |
|
@Vansh-Sharmaa Thank you for your interest. Can you please go through and perform all of the items in the checklist? |
|
Hi @seanlaw, I have gone through the checklist:
All styling and formatting checks are now passing completely. Please let me know if there are any other modifications required! |
|
@Vansh-Sharmaa It appears that you have checked all of the boxes without completing all of the tasks. Please complete all of the tasks in the checklist and ask any clarifying questions |
@Vansh-Sharmaa this isn't quite true. There are still missing items that you've checked but skipped. Can you please run the unit tests locally on your local machine (last item in the checklist) and also take a look to make sure that the issues that you've referenced are still active and needed? |
|
Hi @seanlaw, I have completed all items in the checklist, fixed the style issues, and verified that the tests now pass. Please let me know if anything else is needed. |
Please do complete this task |
ba94063 to
0d1d78d
Compare
|
Hi @seanlaw, Local Tests & CI: I have run the unit tests locally, and they are passing cleanly. Additionally, all 31 CI checks on the remote commit 0d1d78d have now run and successfully passed across all environments (Windows, Ubuntu, macOS) and Python versions (3.10–3.14). |
Add STUMPY_SEED test reproducibility to allow reproducing failed unit tests, resolving #707.
Pull Request Checklist
Below is a simple checklist but please do not hesitate to ask for assistance!
black(i.e.,python -m pip install blackorconda install -c conda-forge black)flake8(i.e.,python -m pip install flake8orconda install -c conda-forge flake8)pytest-cov(i.e.,python -m pip install pytest-covorconda install -c conda-forge pytest-cov)black --exclude=".*\.ipynb" --extend-exclude=".venv" --diff ./in the root stumpy directoryflake8 --extend-exclude=.venv ./in the root stumpy directory./setup.sh dev && ./test.shin the root stumpy directory