JAL-2599 parser and datamodel use primitive double[] not List<Double>
[jalview.git] / test / jalview / util / HMMProbabilityDistributionAnalyserTest.java
index 9489efb..a6b93f5 100644 (file)
@@ -44,7 +44,7 @@ public class HMMProbabilityDistributionAnalyserTest {
   {
     analyser.sequences = new Vector<>();
     analyser.hmm = new HiddenMarkovModel();
-    analyser.hmm.addFileProperty("LENG", "8");
+    analyser.hmm.setProperty("LENG", "8");
 
     List<HMMNode> nodes = new ArrayList<>();
     nodes.add(new HMMNode());