Unverified Commit 2874acf6 authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Attempting to fix RollingShutterCameraDetectorMap CI failure on CentOS (#3677)

* Update meta.yaml to rename conda package to isis from isis3

* Update maximum iterations to 50 because maxiters=20 is failing in CI on CentOS
parent 6acfc314
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ namespace Isis {
    double currentLine = line;

    int iterations = 0;
    int maxIterations = 20;
    int maxIterations = 50;

    p_detectorSample = sample;
    p_detectorLine   = line;