Skip to content

Commit

Permalink
Attempting to fix RollingShutterCameraDetectorMap CI failure on CentOS (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
krlberry authored Feb 11, 2020
1 parent 6acfc31 commit 2874acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace Isis {
double currentLine = line;

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

p_detectorSample = sample;
p_detectorLine = line;
Expand Down

0 comments on commit 2874acf

Please sign in to comment.