Skip to content
Snippets Groups Projects
Commit 69b06513 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

re-commented debug line

parent 1c639abd
No related branches found
No related tags found
1 merge request!243Fix for uncommented sysout
......@@ -249,7 +249,7 @@ public final class Disaggregation {
double ruptureSetRate = RATE_INTERPOLATER.findY(ruptureSetCurve, config.iml);
if (Double.isNaN(ruptureSetRate) || ruptureSetRate == 0.0) {
// Consider logging statement below
System.err.println("Skipping: " + curveSet.ruptures.name());
// System.err.println("Skipping: " + curveSet.ruptures.name());
continue;
}
Map<Gmm, DisaggDataset> ruptureSetDatasets = Disaggregator.disaggregate(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment