René's URL Explorer Experiment


Title: STIMP result mechanism · stumpy-dev/stumpy · Discussion #1043 · GitHub

Open Graph Title: STIMP result mechanism · stumpy-dev/stumpy · Discussion #1043

X Title: STIMP result mechanism · stumpy-dev/stumpy · Discussion #1043

Description: STIMP result mechanism

Open Graph Description: Hi community, I have a question about the class STIMP which is implementation of SKIMP algorithm. For better understanding, I used the dataset in the official SKIMP Dataset page: Termitte DNA https...

X Description: Hi community, I have a question about the class STIMP which is implementation of SKIMP algorithm. For better understanding, I used the dataset in the official SKIMP Dataset page: Termitte DNA https...

Opengraph URL: https://github.com/stumpy-dev/stumpy/discussions/1043

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"STIMP result mechanism","text":"

Hi community,
\nI have a question about the class STIMP which is implementation of SKIMP algorithm. For better understanding, I used the dataset in the official SKIMP Dataset page: Termitte DNA https://sites.google.com/view/pan-matrix-profile/datasets
\nThe dataset length is 16326

\n
    \n
  1. I used stimp and get pmp results.
  2. \n
  3. I checked the length of outputs respectively. len(pmp.M_) len(pmp.PAN_). They have same length that is what I expected.
  4. \n
  5. I want to control the M_values. pmp.M_[:100]. The largest value is 13060. Why this value is greater than half of the dataset, it is closed to the length of the dataset.
    \n\"image\"
  6. \n
  7. My other question is, let's say I picked the first element of M_ array (M_[0]. As I understood, this is subsequence length. Then I investigate it in PAN_. I would expect to see the length of 1 values in the related PAN_ array as M_[0]*2.
    \n\"image\"
  8. \n
","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"
\n

I mean based on the 1000 length T that you have provided, why pmp._PAN[0] differs from m = 401 stump = stumpy.stump(T, m) stump[:,0]

\n
\n

I think I see the problem. pmp._PAN stores the matrix profiles ordered from smallest m to largest m. However, the matrix profiles are NOT computed in this order and, instead, are computed in \"breadth-first-search\" (BFS) order. Thus, in order to retrieve the correct BFS order, we must follow the procedure in the pan transformation function (shown in the permalink above) but this example should work:

\n
import numpy as np\nimport stumpy\n\nT = np.random.rand(1000)\npmp = stumpy.stimp(T, percentage=1.0)\npmp.update()\n\n# retrieve the BFS indices for the matrix profiles that have already been processed\nidx = pmp._bfs_indices[: pmp._n_processed]\n\n# retrieve the specific raw matrix profiles from the pan matrix profile and make a copy\n# Note that `_PAN` is a private variable and should NEVER be accessed directly as there is no guarantee that it will not change!!\nprocessed_mps = pmp._PAN[idx].copy()  # Don't do this!!\n\n# Compute the first matrix profile by hand\nmp = stumpy.stump(T, pmp.M_[0])\n\n# Compare `mp[:, 0]` and `processed_mps[0, :len(T)-pmp.M_[0]+1]`\n
\n

I think what you've helped me identify is that it is somewhat difficult to retrieve the raw matrix profiles from the pmp object. I will take a look at whether there is a more convenient way to do this. Perhaps, it would make sense to add another class attribute for something like pmp.P_ that represents the raw matrix profiles but ordered by BFS?

","upvoteCount":0,"url":"https://github.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11177428"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:03cadf95-526d-9087-bd3b-4f5605ead374
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-idDF04:1ACC7D:9751A5:CD0F39:6992E0E4
html-safe-nonce607f1e14bd70d5cc6bbefa107560f81c6b6625d65b55429dbeb15ea3217bce7f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERjA0OjFBQ0M3RDo5NzUxQTU6Q0QwRjM5OjY5OTJFMEU0IiwidmlzaXRvcl9pZCI6IjY0ODEyNTQzNDc0OTc5ODgzMjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac31bc997cbe4d6756af4bcb30571b3612ba7d717c421174541482b7c77c234c48
hovercard-subject-tagdiscussion:7411984
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/stumpy-dev/stumpy/1043/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/6bd73bf68f9b648c1ed61775585a2aef8095ee2101110c5a8b6a5ec123373e62/stumpy-dev/stumpy/discussions/1043
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6bd73bf68f9b648c1ed61775585a2aef8095ee2101110c5a8b6a5ec123373e62/stumpy-dev/stumpy/discussions/1043
og:image:altHi community, I have a question about the class STIMP which is implementation of SKIMP algorithm. For better understanding, I used the dataset in the official SKIMP Dataset page: Termitte DNA https...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/stumpy-dev/stumpy git https://github.com/stumpy-dev/stumpy.git
octolytics-dimension-user_id58273319
octolytics-dimension-user_loginstumpy-dev
octolytics-dimension-repository_id184809315
octolytics-dimension-repository_nwostumpy-dev/stumpy
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id184809315
octolytics-dimension-repository_network_root_nwostumpy-dev/stumpy
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release84dcb133269e3cfe6e0296cc85fbacb92cae92bb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstumpy-dev%2Fstumpy%2Fdiscussions%2F1043
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstumpy-dev%2Fstumpy%2Fdiscussions%2F1043
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=stumpy-dev%2Fstumpy
Reloadhttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Reloadhttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Reloadhttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
stumpy-dev https://patch-diff.githubusercontent.com/stumpy-dev
stumpyhttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fstumpy-dev%2Fstumpy
Fork 342 https://patch-diff.githubusercontent.com/login?return_to=%2Fstumpy-dev%2Fstumpy
Star 4.1k https://patch-diff.githubusercontent.com/login?return_to=%2Fstumpy-dev%2Fstumpy
Code https://patch-diff.githubusercontent.com/stumpy-dev/stumpy
Issues 67 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/issues
Pull requests 11 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/pulls
Discussions https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions
Actions https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/actions
Wiki https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/wiki
Security 0 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/security
Insights https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/pulse
Code https://patch-diff.githubusercontent.com/stumpy-dev/stumpy
Issues https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/issues
Pull requests https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/pulls
Discussions https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions
Actions https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/actions
Wiki https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/wiki
Security https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/security
Insights https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/pulse
Answered https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11177428
seanlawhttps://patch-diff.githubusercontent.com/seanlaw
aycabayraktar https://patch-diff.githubusercontent.com/aycabayraktar
Help: Coding & Implementationshttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/categories/help-coding-implementations
STIMP result mechanism https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#top
aycabayraktar https://patch-diff.githubusercontent.com/aycabayraktar
Answered https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11177428
seanlawhttps://patch-diff.githubusercontent.com/seanlaw
Return to tophttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#top
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
aycabayraktar https://patch-diff.githubusercontent.com/aycabayraktar
Nov 2, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussion-7411984
https://sites.google.com/view/pan-matrix-profile/datasetshttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/url
https://private-user-images.githubusercontent.com/68955010/382511950-1786a998-494b-4430-9eba-1ebea7e164a7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzEyMzM4MDksIm5iZiI6MTc3MTIzMzUwOSwicGF0aCI6Ii82ODk1NTAxMC8zODI1MTE5NTAtMTc4NmE5OTgtNDk0Yi00NDMwLTllYmEtMWViZWE3ZTE2NGE3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjE2VDA5MTgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYzYmFiMjA2OWVkNDU5N2I3OGIxYjk2MGMwMTQ1ODhkM2EyNjAwZTIzMmQ2NGQ5NmNjMDljMzg0M2Q5ZDU2ZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XZWcFZMGhJ85i9Ou2fCajkQ8LeDNbJwm9F4FPDJV3WM
https://private-user-images.githubusercontent.com/68955010/382512221-97db2a26-7c0f-4888-ac35-0d1b8b0a5579.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzEyMzM4MDksIm5iZiI6MTc3MTIzMzUwOSwicGF0aCI6Ii82ODk1NTAxMC8zODI1MTIyMjEtOTdkYjJhMjYtN2MwZi00ODg4LWFjMzUtMGQxYjhiMGE1NTc5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjE2VDA5MTgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVhNWY4MDMxYmE3MjAyYjRhOThiYjQ1MTZhNTBkYjZmNjdkYzMyYjg4MDU5MzA1NWNmODkxYmE2OGY4NGE5MjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gqXZ0Uqvzq8WYMdbVQzB0imTwdZEQsr-SrdH-Y8oq48
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
seanlaw https://patch-diff.githubusercontent.com/seanlaw
Nov 7, 2024 https://github.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11177428
View full answer https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11177428
Oldest https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043?sort=old
Newest https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043?sort=new
Top https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043?sort=top
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
seanlaw https://patch-diff.githubusercontent.com/seanlaw
Nov 3, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11132069
@aycabayraktarhttps://github.com/aycabayraktar
SKIMP paperhttps://www.cs.ucr.edu/~eamonn/PAN_SKIMP%20%28Matrix%20Profile%20XX%29.pdf
https://github.com/TDAmeritrade/stumpy/blob/3cb836ba88d942314035ac74410e6128b7dd33ab/stumpy/core.py#L528C1-L553C17https://github.com/TDAmeritrade/stumpy/blob/3cb836ba88d942314035ac74410e6128b7dd33ab/stumpy/core.py#L528C1-L553C17
this tutorialhttps://github.com/TDAmeritrade/stumpy/blob/main/docs/WIP/Tutorial_Pan_Matrix_Profile.ipynb
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/aycabayraktar
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
aycabayraktarhttps://patch-diff.githubusercontent.com/aycabayraktar
Nov 5, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11156295
@seanlawhttps://github.com/seanlaw
https://private-user-images.githubusercontent.com/68955010/383203372-e000ffff-4b73-4314-b427-66f0d10a1a38.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzEyMzM4MDksIm5iZiI6MTc3MTIzMzUwOSwicGF0aCI6Ii82ODk1NTAxMC8zODMyMDMzNzItZTAwMGZmZmYtNGI3My00MzE0LWI0MjctNjZmMGQxMGExYTM4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjE2VDA5MTgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJlNjUwNjQ0ZGZjNWQ0ZTM4NzM5MWIyZTZhNmMyNDM0N2VjNWJjYjg2ZDJlM2ZmNjM1ZjBlNWY3MmU5M2NlOGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eMmssPH4QfNfLwjfD9X7AO2SBxjDkVhPcg4MmY8ihd0
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/seanlaw
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
seanlawhttps://patch-diff.githubusercontent.com/seanlaw
Nov 5, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11160145
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/aycabayraktar
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
aycabayraktarhttps://patch-diff.githubusercontent.com/aycabayraktar
Nov 7, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11176471
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/seanlaw
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
seanlawhttps://patch-diff.githubusercontent.com/seanlaw
Nov 7, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11177428
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
aycabayraktarhttps://patch-diff.githubusercontent.com/aycabayraktar
https://patch-diff.githubusercontent.com/seanlaw
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
seanlawhttps://patch-diff.githubusercontent.com/seanlaw
Nov 8, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11184299
new issuehttps://github.com/TDAmeritrade/stumpy/issues/1045
@aycabayraktarhttps://github.com/aycabayraktar
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/aycabayraktar
Please reload this pagehttps://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
aycabayraktarhttps://patch-diff.githubusercontent.com/aycabayraktar
Nov 8, 2024 https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043#discussioncomment-11189645
@seanlawhttps://github.com/seanlaw
Give feedback.https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
Sign up for freehttps://patch-diff.githubusercontent.com/join?source=comment-repo
Sign in to commenthttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstumpy-dev%2Fstumpy%2Fdiscussions%2F1043
💻 Help: Coding & Implementations https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/categories/help-coding-implementations
https://patch-diff.githubusercontent.com/aycabayraktar
https://patch-diff.githubusercontent.com/seanlaw
https://patch-diff.githubusercontent.com/stumpy-dev/stumpy/discussions/1043
https://patch-diff.githubusercontent.com/settings/replies?return_to=1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.