iceberg-project / ICEBERG-middleware

This repo contains the ICEBERG middleware as it is agreed by the members of the ICEBERG project.
MIT License
2 stars 1 forks source link

Feature/image disc #12

Closed iparask closed 5 years ago

iparask commented 5 years ago

This introduces two classes. One for discovering the dataset, an execution base class and a seals execution class.

The class for discovering the dataset is creating a pipeline with a single task.

The execution base class instantiates the basic EnTK functionality for the specific use case. The seals execution class populates based on the seals use case. Currently, it only discovers the dataset.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (devel@e9c7664). Click here to learn what that means. The diff coverage is 72.86%.

Impacted file tree graph

@@           Coverage Diff            @@
##             devel      #12   +/-   ##
========================================
  Coverage         ?   43.92%           
========================================
  Files            ?        8           
  Lines            ?      214           
  Branches         ?        0           
========================================
  Hits             ?       94           
  Misses           ?      120           
  Partials         ?        0
Impacted Files Coverage Δ
src/iceberg/iceberg_parser/iceberg_parser.py 0% <ø> (ø)
src/iceberg/executor/__init__.py 100% <100%> (ø)
src/iceberg/discovery/discovery.py 100% <100%> (ø)
src/iceberg/discovery/__init__.py 100% <100%> (ø)
src/iceberg/executor/seals.py 27.27% <27.27%> (ø)
src/iceberg/discovery/image_disc.py 70.83% <70.83%> (ø)
src/iceberg/executor/executor.py 82.6% <82.6%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9c7664...edb6448. Read the comment docs.