Skip to content
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

fix/Fixed Typos in /docs/Tutorial_Shapelet_Discovery.ipynb beteen -> … #941

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

manascb1344
Copy link
Contributor

Fixed the Typo mentioned

changed beteen to between

Fixes #935

Pull Request Checklist

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

  • [✔ ] Fork, clone, and checkout the newest version of the code
  • [✔] Create a new branch
  • [✔] Make necessary code changes
  • [✔] Install black (i.e., python -m pip install black or conda install -c conda-forge black)
  • [✔] Install flake8 (i.e., python -m pip install flake8 or conda install -c conda-forge flake8)
  • [✔] Install pytest-cov (i.e., python -m pip install pytest-cov or conda install -c conda-forge pytest-cov)
  • [✔] Run black . in the root stumpy directory
  • [✔] Run flake8 . in the root stumpy directory
  • [✔] Run ./setup.sh && ./test.sh in the root stumpy directory
  • [✔] Reference a Github issue (and create one if one doesn't already exist)

@manascb1344 manascb1344 requested a review from seanlaw as a code owner January 5, 2024 08:55
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@manascb1344
Copy link
Contributor Author

The change I made is:
image

Also I can see that there has been a change in python version from 3.10.4 to 3.10.9
image

If this is an issue please feel free to inform

@seanlaw
Copy link
Contributor

seanlaw commented Jan 5, 2024

@manascb1344 Thank you for this PR! I really appreciate you taking the time to submit this fix.

@seanlaw seanlaw merged commit 3559b38 into TDAmeritrade:main Jan 5, 2024
27 checks passed
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.

Minor typo in /docs /Tutorial_Shapelet_Discovery.ipynb
2 participants