Skip to content
Snippets Groups Projects

PRVI legacy gmms

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-lib:prvi-legacy-gmms into main
2 files
+ 26
26
Compare changes
  • Side-by-side
  • Inline
Files
2
package gov.usgs.earthquake.nshmp.gmm;
import static gov.usgs.earthquake.nshmp.gmm.Gmm.SEA99_PRVI;
import static gov.usgs.earthquake.nshmp.gmm.Gmm.SPUDICH_99_PRVI;
import static gov.usgs.earthquake.nshmp.gmm.Imt.PGA;
import static gov.usgs.earthquake.nshmp.gmm.Imt.SA0P1;
import static gov.usgs.earthquake.nshmp.gmm.Imt.SA0P5;
@@ -35,7 +35,7 @@ public class SEA99_test implements ArgumentsProvider {
}
/* Result generation sets */
private static Set<Gmm> gmms = EnumSet.of(SEA99_PRVI);
private static Set<Gmm> gmms = EnumSet.of(SPUDICH_99_PRVI);
// private static Set<Imt> imts = SpudichEtAl_1999_PRVI.COEFFS.imts();
private static Set<Imt> imts = EnumSet.of(PGA, SA0P1, SA0P5, SA2P0);
Loading