Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 454)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#384 fixed ScenarioShakeMapLocal fails on launch Kevin Milner
Description

Steps to reproduce: Launch ScenarioShakeMapApp?

Other info: (PLEASE FILL IN)

Application: ScenarioShakeMapLocal? Version: 1.2.3 Bulid Type: Development Java Version: 1.6.0_29 (Sun Microsystems Inc.) Operating System: Linux (arch: amd64, version: 3.0.0-16-generic)

Exception:

java.lang.UnsupportedOperationException
	at com.google.common.collect.ImmutableCollection.add(ImmutableCollection.java:91)
	at org.opensha.sha.gui.beans.AttenuationRelationshipGuiBean.init_imtParamListAndEditor(AttenuationRelationshipGuiBean.java:737)
	at org.opensha.sha.gui.beans.AttenuationRelationshipGuiBean.<init>(AttenuationRelationshipGuiBean.java:229)
	at org.opensha.sha.gui.ScenarioShakeMapApp.initIMRGuiBean(ScenarioShakeMapApp.java:472)
	at org.opensha.sha.gui.ScenarioShakeMapApp.init(ScenarioShakeMapApp.java:273)
	at org.opensha.sha.gui.ScenarioShakeMapApp.main(ScenarioShakeMapApp.java:418)

Metadata: Exception occured initializing the IMR with default parameters value

#385 fixed getInterpolatedY in ArbitrarilyDiscretizedFunction should use a binary search to find x ind before, not brute force Kevin Milner
Description

The current implementation of getInterpolatedY (and log domain interpolated Y functions) in ArbitrarilyDiscretizedFunction? loops over all X values to find the surrounding values. We already use a binary search for the get() methods, so this can easily be sped up. This will help a lot on very large functions.

#388 fixed UCERF2 ignores "only background" setting for background seismicity Kevin Milner
Description

Note: this does not affect MeanUCERF2 - only UCERF2.java and the UCERF2 epistemic list ERFs.

The UCERF2 updateForecast method doesn't have an if statement checking if the background seismicity parameter value is set to "Only Background" and thus "Only Background" has been behaving exactly the same as "Include" - fault sources are still included in the ERF.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.