Skip to content
Snippets Groups Projects
Commit a06102bb authored by Jason Altekruse's avatar Jason Altekruse
Browse files

cleanup

parent a11eb613
No related branches found
No related tags found
1 merge request!22More tests
...@@ -243,12 +243,6 @@ public class BoundingHazards { ...@@ -243,12 +243,6 @@ public class BoundingHazards {
double frac) { double frac) {
// do we need better checking here? or is it safe to assume that every // do we need better checking here? or is it safe to assume that every
// Map<SiteClass, Map<Imt,double[]>> passed in is consistent? // Map<SiteClass, Map<Imt,double[]>> passed in is consistent?
// Check that Maps d1 and d2 are the same size (i.e. have the same number of
// SiteClass-Map pairs)
// if (d1.size() != d2.size()) {
// throw new IllegalArgumentException("Map size disagreement, cannot
// interpolate");
// }
NetcdfUtils.checkHazardMapConsistency(d1, d2); NetcdfUtils.checkHazardMapConsistency(d1, d2);
if (frac == 0.0) { if (frac == 0.0) {
......
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