Skip to content

Fix tsequenceset_make_gaps for non-exit error handling#486

Merged
mschoema merged 1 commit intoMobilityDB:masterfrom
Diviloper:fix-gaps
May 7, 2024
Merged

Fix tsequenceset_make_gaps for non-exit error handling#486
mschoema merged 1 commit intoMobilityDB:masterfrom
Diviloper:fix-gaps

Conversation

@Diviloper
Copy link
Copy Markdown
Member

Checks the result of tsequence_make_exp before moving on.
It was crashing on PyMEOS when, for example, trying to create a TBoolSeqSet from gaps with Linear interpolation.
That error was never happening on MEOS because the default error handler just exits the problem (which is not the case in the PyMEOS error handler)

@mschoema mschoema merged commit 0b1a862 into MobilityDB:master May 7, 2024
@mschoema
Copy link
Copy Markdown
Member

mschoema commented May 7, 2024

Nice find.
If you want this bugfix to be backported to the stable-1.1 branch, don't hesitate to open another PR on that branch with the same fix.

mschoema pushed a commit to mschoema/MobilityDB that referenced this pull request May 8, 2024
mschoema added a commit that referenced this pull request May 8, 2024
Co-authored-by: Víctor Diví <43449526+Diviloper@users.noreply.github.com>
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