mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed two dubious test lines from the Octave Unit test (#325)
they did not pass in Octave-4.0.0, and I can't see their actual testing value.
This commit is contained in:
parent
09d14c8ee2
commit
f28c18d76a
@ -61,8 +61,7 @@
|
||||
%! CoarseInfo1 = riGetCoarseningInfo();
|
||||
%! assert(rows(CoarseInfo1) == 0);
|
||||
%! assert(columns(CoarseInfo1) == 6);
|
||||
%! CoarseInfo2 = riGetCoarseningInfo(1);
|
||||
%! assert(CoarseInfo1 == CoarseInfo2);
|
||||
|
||||
|
||||
### Matrix[numGrids][3] riGetGridDimensions([CaseId])
|
||||
%!test
|
||||
|
Loading…
Reference in New Issue
Block a user