biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Import Images: Find data if in the same folder as workflow #117

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

https://github.com/biolab/orange3-imageanalytics/issues/102

Description of changes

Changed the widget that it uses the relative paths and change the absolute path in a case when workflow environment changes.

Includes
codecov-io commented 5 years ago

Codecov Report

Merging #117 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   76.04%   76.04%           
=======================================
  Files           5        5           
  Lines         526      526           
  Branches       84       84           
=======================================
  Hits          400      400           
  Misses         98       98           
  Partials       28       28
PrimozGodec commented 5 years ago

@lanzagar or @ajdapretnar can you just test it.

ajdapretnar commented 5 years ago

@PrimozGodec We have tested it with @lanzagar and it works (apparently both on Linux and Windows). Thanks!

PrimozGodec commented 5 years ago

Great. Then I will merge it.