Skip to content
Snippets Groups Projects

Fix for uncommented sysout

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-lib:sysout-edit into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -249,7 +249,7 @@ public final class Disaggregation {
@@ -249,7 +249,7 @@ public final class Disaggregation {
double ruptureSetRate = RATE_INTERPOLATER.findY(ruptureSetCurve, config.iml);
double ruptureSetRate = RATE_INTERPOLATER.findY(ruptureSetCurve, config.iml);
if (Double.isNaN(ruptureSetRate) || ruptureSetRate == 0.0) {
if (Double.isNaN(ruptureSetRate) || ruptureSetRate == 0.0) {
// Consider logging statement below
// Consider logging statement below
System.err.println("Skipping: " + curveSet.ruptures.name());
// System.err.println("Skipping: " + curveSet.ruptures.name());
continue;
continue;
}
}
Map<Gmm, DisaggDataset> ruptureSetDatasets = Disaggregator.disaggregate(
Map<Gmm, DisaggDataset> ruptureSetDatasets = Disaggregator.disaggregate(
Loading