Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 454)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#403 invalid **** SPAM **** anonymous
#61 invalid 1st Directory Email Spider 4.9 Peter Powers anonymous
Description
#374 fixed AB2006_140 setParamDefaults doesn't correctly set Stress Drop parameter Peter Powers Kevin Milner
Description

I have a test that makes sure that the setParamDefaults method of every IMR actually sets each value to the param.getDefaultValue() for each parameter (assuming that getDefaultValue() doesn't return null). This fails for the Stress Drop parameter of AB2006_140. You can test this by running the GeneralIMR_ParameterTests test, failure trace below.

Peter, can you fix this? It's the last failure in our nightly coverage tests (I fixed the other error, see #373).

java.lang.AssertionError: AB2006_140: param 'Stress Drop' value is not set to default when setParamDefaults() called.
default: 140 bar
value: 200 bar expected:<140 bar> but was:<200 bar>
	at org.junit.Assert.fail(Assert.java:91)
	at org.junit.Assert.failNotEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:126)
	at org.opensha.sha.imr.attenRelImpl.test.GeneralIMR_ParameterTests.testParamsInit(GeneralIMR_ParameterTests.java:151)
	...
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.