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:
@@ -61,8 +61,7 @@
|
|||||||
%! CoarseInfo1 = riGetCoarseningInfo();
|
%! CoarseInfo1 = riGetCoarseningInfo();
|
||||||
%! assert(rows(CoarseInfo1) == 0);
|
%! assert(rows(CoarseInfo1) == 0);
|
||||||
%! assert(columns(CoarseInfo1) == 6);
|
%! assert(columns(CoarseInfo1) == 6);
|
||||||
%! CoarseInfo2 = riGetCoarseningInfo(1);
|
|
||||||
%! assert(CoarseInfo1 == CoarseInfo2);
|
|
||||||
|
|
||||||
### Matrix[numGrids][3] riGetGridDimensions([CaseId])
|
### Matrix[numGrids][3] riGetGridDimensions([CaseId])
|
||||||
%!test
|
%!test
|
||||||
|
Reference in New Issue
Block a user