Skip to content

fix: PolyEdit stream not synchronizes with CDS #6534

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

Conversation

MikalaiPrakapenka
Copy link
Contributor

Fixes #6532

In case of using PolyEdit tool value[2] is a list of lists or numpy arrays, not a str.

@MikalaiPrakapenka MikalaiPrakapenka force-pushed the fix/polyedit_stream_should_synchronize_data_with_cds branch from 91c2db5 to dfad03b Compare March 13, 2025 02:09
Fixes holoviz#6532

In case of using PolyEdit tool value[2] is a list of lists or numpy arrays, not a str.
@MikalaiPrakapenka MikalaiPrakapenka force-pushed the fix/polyedit_stream_should_synchronize_data_with_cds branch from dfad03b to 0e9ad85 Compare March 13, 2025 02:10
@MikalaiPrakapenka MikalaiPrakapenka changed the title Fix PolyEdit stream not synchronizes with CDS fix: PolyEdit stream not synchronizes with CDS Mar 13, 2025
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.79%. Comparing base (7b2161e) to head (1481b49).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6534   +/-   ##
=======================================
  Coverage   88.79%   88.79%           
=======================================
  Files         323      323           
  Lines       68955    68961    +6     
=======================================
+ Hits        61229    61235    +6     
  Misses       7726     7726           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hoxbro hoxbro added the backport PRs which are to land in a hotfix release label Mar 13, 2025
@hoxbro
Copy link
Member

hoxbro commented Mar 13, 2025

Thank you for the PR. Really nice you added a test! 👍

@hoxbro hoxbro enabled auto-merge (squash) March 13, 2025 06:53
@hoxbro hoxbro disabled auto-merge March 13, 2025 10:34
@hoxbro hoxbro merged commit bb77ab0 into holoviz:main Mar 13, 2025
12 of 14 checks passed
@hoxbro hoxbro added this to the 1.20.2 milestone Mar 13, 2025
@hoxbro hoxbro removed the backport PRs which are to land in a hotfix release label Mar 13, 2025
@MikalaiPrakapenka
Copy link
Contributor Author

Thank you for the PR. Really nice you added a test! 👍

Thank you ☺️.

@MikalaiPrakapenka MikalaiPrakapenka deleted the fix/polyedit_stream_should_synchronize_data_with_cds branch March 13, 2025 15:58
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.

ValueError when updating polyline using PolyEdit tool
2 participants