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] Bar Plot: Fix annotation by enumeration #6270

Merged
merged 1 commit into from
Dec 23, 2022

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Dec 22, 2022

Issue

Bar Plot fails when we select to annotate by Enumeration.

get_labels returns a np.array of type int64 instead of list or array of str.

Description of changes

Change numbers into strings.

Includes
  • Code changes
  • Tests

@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #6270 (76a3d28) into master (e75f21c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6270   +/-   ##
=======================================
  Coverage   86.70%   86.70%           
=======================================
  Files         316      316           
  Lines       68120    68120           
=======================================
+ Hits        59064    59065    +1     
+ Misses       9056     9055    -1     

@janezd janezd assigned markotoplak and unassigned VesnaT Dec 23, 2022
@markotoplak markotoplak merged commit d352fe2 into biolab:master Dec 23, 2022
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.

3 participants