Skip to content

Commit

Permalink
manual merge in repeated_meaures -> integrated_OU
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehassler committed Nov 16, 2023
1 parent d5baf08 commit 89b2fd4
Show file tree
Hide file tree
Showing 496 changed files with 55,620 additions and 3,021 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ out/
!ci/**/*.xml

zig_zag

*.dmg
release/Mac
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,14 @@
<include name="dr/evomodel/branchratemodel/**/*.class"/>
<include name="dr/evomodel/clock/**/*.class"/>
<include name="dr/evomodel/coalescent/**/*.class"/>
<include name="dr/evomodel/continuous/**/*.class"/>
<include name="dr/evomodel/operators/**/*.class"/>
<include name="dr/evomodel/sitemodel/**/*.class"/>
<include name="dr/evomodel/speciation/**/*.class"/>
<include name="dr/evomodel/substmodel/**/*.class"/>
<include name="dr/evomodel/tree/**/*.class"/>
<include name="dr/evomodel/treelikelihood/**/*.class"/>
<exclude name="dr/evomodel/treedatalikelihood/MultiPartitionDataLikelihoodDelegate*"/>
<include name="dr/evomodel/treedatalikelihood/**/*.class"/>
<include name="dr/evomodelxml/**/*.class"/>
<exclude name="dr/evomodelxml/treedatalikelihood/MultiPartitionDataLikelihoodDelegate*"/>
<include name="dr/evoxml/**/*.class"/>
Expand Down
5 changes: 5 additions & 0 deletions ci/TestXML/ToyLogisticHMCPrec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
<populationTree>
<treeModel idref="treeModel"/>
</populationTree>
<intervals>
<bigFastTreeIntervals id="bigFastTreeIntervals">
<treeModel idref="treeModel"/>
</bigFastTreeIntervals>
</intervals>
</coalescentLikelihood>

<coalescentGradient id="coalescentGradient">
Expand Down
Loading

0 comments on commit 89b2fd4

Please sign in to comment.