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

CSV file Import: Backward compatibility #4876

Merged
merged 1 commit into from
Jul 31, 2020

Conversation

PrimozGodec
Copy link
Contributor

@PrimozGodec PrimozGodec commented Jul 2, 2020

Issue

Fixes #4858
Variable type guessing implemented in #4838 changed the behavior in old workflows since output data have different variable types.

Description of changes

Made CSV file Import backward compatible. With these changes, widget behaves like before when opening old workflows and have new behavior on newer workflows.

Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec force-pushed the csv-import-backward branch 8 times, most recently from 2a40b75 to c2f19fd Compare July 2, 2020 15:46
@PrimozGodec PrimozGodec force-pushed the csv-import-backward branch from c2f19fd to fe064b8 Compare July 2, 2020 15:54
@codecov
Copy link

codecov bot commented Jul 2, 2020

Codecov Report

Merging #4876 into master will decrease coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4876      +/-   ##
==========================================
- Coverage   84.20%   84.14%   -0.06%     
==========================================
  Files         282      277       -5     
  Lines       57342    56642     -700     
==========================================
- Hits        48285    47663     -622     
+ Misses       9057     8979      -78     

@janezd janezd merged commit b6a5c2d into biolab:master Jul 31, 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.

New CSV File Import variable type assignment breaks old workflows
2 participants