Skip to content

fixed typo to check github actions pr workflow issue #1149#1150

Closed
roopakwantstobeadev wants to merge 1 commit into
stumpy-dev:mainfrom
roopakwantstobeadev:check-pr-workflow-1149
Closed

fixed typo to check github actions pr workflow issue #1149#1150
roopakwantstobeadev wants to merge 1 commit into
stumpy-dev:mainfrom
roopakwantstobeadev:check-pr-workflow-1149

Conversation

@roopakwantstobeadev

@roopakwantstobeadev roopakwantstobeadev commented Jul 8, 2026

Copy link
Copy Markdown

fixed a typo in README.rst

Pull Request Checklist

Below is a simple checklist but please do not hesitate to ask for assistance!

  • Read our Contributing Guide
  • Referenced a Github issue (or create one if one doesn't already exist)
  • Left a meaningful comment on the original Github issue to discuss the detailed approach for your contribution
  • Forked, cloned, and checkedout the newest version of the code
  • Created a new branch
  • Made necessary code changes
  • Installed black (i.e., python -m pip install black or conda install -c conda-forge black)
  • Installed flake8 (i.e., python -m pip install flake8 or conda install -c conda-forge flake8)
  • Installed pytest-cov (i.e., python -m pip install pytest-cov or conda install -c conda-forge pytest-cov)
  • Ran black --exclude=".*\.ipynb" --extend-exclude=".venv" --diff ./ in the root stumpy directory
  • Ran flake8 --extend-exclude=.venv ./ in the root stumpy directory
  • Ran ./setup.sh dev && ./test.sh in the root stumpy directory

@gitnotebooks

gitnotebooks Bot commented Jul 8, 2026

Copy link
Copy Markdown

Review these changes at https://app.gitnotebooks.com/stumpy-dev/stumpy/pull/1150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants