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] CSV File Import: sort discrete values naturally #5041

Merged
merged 2 commits into from
Oct 26, 2020

Conversation

PrimozGodec
Copy link
Contributor

Issue

File widget sorts discrete values naturally (implemented a few months ago) while CSV File Import doesn't.

Description of changes
  • Sort discrete values naturally when loading CSV file.
  • Change type annotation for natural_sorted function.
Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec changed the title CSV File Import: sort discrete values naturally [FIX] CSV File Import: sort discrete values naturally Oct 19, 2020
@codecov
Copy link

codecov bot commented Oct 19, 2020

Codecov Report

Merging #5041 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5041   +/-   ##
=======================================
  Coverage   84.66%   84.66%           
=======================================
  Files         285      285           
  Lines       59541    59542    +1     
=======================================
+ Hits        50408    50409    +1     
  Misses       9133     9133           

@ales-erjavec ales-erjavec merged commit acaafa4 into biolab:master Oct 26, 2020
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