Skip to content

Commit

Permalink
Updated SSJ version.
Browse files Browse the repository at this point in the history
  • Loading branch information
csterling committed May 29, 2023
1 parent 5a1d26b commit f37dffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions moa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
</dependency>

<dependency>
<groupId>ca.umontreal.iro</groupId>
<groupId>ca.umontreal.iro.simul</groupId>
<artifactId>ssj</artifactId>
<version>2.5</version>
<version>3.3.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.github.yannrichet/JMathPlot -->
Expand Down
2 changes: 1 addition & 1 deletion moa/src/main/java/moa/clusterers/meta/TruncatedNormal.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.Random;

import umontreal.iro.lecuyer.probdist.NormalDist;
import umontreal.ssj.probdist.NormalDist;

public class TruncatedNormal {

Expand Down

0 comments on commit f37dffd

Please sign in to comment.