Displaying differences for changeset
 
display as  

src/java/m/crp/smweps/V1_0.java

@@ -36,7 +36,7 @@
  * @author <a href="mailto:shaun.case@colostate.edu">Shaun Case</a>
  */
 @Name("WEPS SM")
-@Description("WEPS surrogate model")
+@Description("WEPS surrogate model.")
 @Path("m/smweps/1.0")
 @Resource(file = "/data/ens1.zip", id = "ens1", type = ResourceType.ARCHIVE)
 public class V1_0 extends ModelDataService {
@@ -86,7 +86,7 @@
     
     // read inputs ...
     // ....
-    List<NEATNetwork> nn = anns.get(annName, () -> getANNs(annName));
+    List<NEATNetwork> nn = anns.get(annName, a -> getANNs(annName));
 
     List<double[]> l = compute(nn, null);