Skip to content

Commit

Permalink
Setting default to unique-only before merging with head
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Apr 2, 2024
1 parent 98188c8 commit 7bb7e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dr/evolution/alignment/SitePatterns.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public enum CompressionType {
AMBIGUOUS_CONSTANT
}

public static final CompressionType DEFAULT_COMPRESSION_TYPE = AMBIGUOUS_CONSTANT;
public static final CompressionType DEFAULT_COMPRESSION_TYPE = UNIQUE_ONLY;

private final boolean isCompressed;

Expand Down

0 comments on commit 7bb7e75

Please sign in to comment.