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] LDAVis - Fix fail after None data #1008

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

PrimozGodec
Copy link
Collaborator

Issue

Fixes #1001

Description of changes

Fix the issue that happens after selected_topic is set to None by view.
Reproduced:

  1. Set valid data
  2. Set not valid data or remove input
  3. Set valid data again
Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2023

Codecov Report

Merging #1008 (6994a5b) into master (96a9548) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1008      +/-   ##
==========================================
+ Coverage   82.20%   82.23%   +0.02%     
==========================================
  Files          93       93              
  Lines       12284    12286       +2     
  Branches     1664     1664              
==========================================
+ Hits        10098    10103       +5     
+ Misses       1874     1872       -2     
+ Partials      312      311       -1     

@PrimozGodec PrimozGodec merged commit b225ac7 into biolab:master Sep 21, 2023
11 of 12 checks passed
@PrimozGodec PrimozGodec deleted the ldavis-fix branch September 21, 2023 10:05
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.

LDAvis: broken after wrong input
2 participants