Skip to content

Commit

Permalink
Issue #109: sd_phase flag should be false after sd_routine().
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Jan 30, 2021
1 parent d87b7d1 commit 2c7d093
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/nh99/modspmin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,7 @@ extern admb_javapointers * adjm_ptr;
sd_routine();
}
}
}
else
{
initial_params::sd_phase=1;
initial_params::sd_phase=0;
}
if (spminflag==0)
{
Expand Down Expand Up @@ -306,7 +303,6 @@ extern admb_javapointers * adjm_ptr;
//sobol_importance_routine(nsob,iseed0,dscale,0);
}
}
initial_params::sd_phase=0;
}
}
}
Expand Down

1 comment on commit 2c7d093

@Cole-Monnahan-NOAA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnoel I think we should hold off on this until after 12.3. This could break some workflows and may be unexpected. So let's test more and get feedback from the community before releasing

Please sign in to comment.