Skip to content

Commit

Permalink
JUnit test to validate if all GenerativeDistribution and Function imp…
Browse files Browse the repository at this point in the history
…lemented correctly #502
  • Loading branch information
walterxie committed Oct 2, 2024
1 parent a6e0c33 commit 5e1b9f8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

import static org.junit.jupiter.api.Assertions.fail;

/**
* Validate if GenerativeDistribution and Function implemented correctly, also see
* <a href="https://github.com/LinguaPhylo/linguaPhylo/blob/master/DEV_NOTE2.md">LPhy Developer Guide</a>.
*/
public class GeneratorValidationTest {

private static List<Class<GenerativeDistribution>> generativeDistributions = new ArrayList<>();
Expand Down

0 comments on commit 5e1b9f8

Please sign in to comment.