force-h2020 / force-bdss

Business Decision System general interface
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

FIX: Resolve RangedVectorMCOParameter verify crash #361

Closed flongford closed 4 years ago

flongford commented 4 years ago

Description

Bugfix for #360

Related Issues

Closes #360

Summary

Ensures that verification check on vector elements only take place if all vectors have the correct dimensions

Changes

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #361   +/-   ##
=======================================
  Coverage   97.56%   97.57%           
=======================================
  Files          64       64           
  Lines        1810     1813    +3     
  Branches      196      197    +1     
=======================================
+ Hits         1766     1769    +3     
  Misses         36       36           
  Partials        8        8           
Impacted Files Coverage Δ
force_bdss/mco/parameters/mco_parameters.py 100.00% <100.00%> (ø)

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 83be269...455d175. Read the comment docs.