Skip to content

Commit

Permalink
Lock in things that work
Browse files Browse the repository at this point in the history
  • Loading branch information
afmagee committed Oct 2, 2023
1 parent aa8b1e6 commit b213901
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions ci/TestXML/testGlmGradient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,28 @@
</glmSubstitutionModelGradient>
-->

<report>
<glmSubstitutionModelGradient idref="gradient1"/>
</report>
<!-- <report>-->
<!-- <glmSubstitutionModelGradient idref="gradient1"/>-->
<!-- </report>-->

<!--
<report>
<substitutionGeneratorGradient idref="gradient2"/>
</report>
-->
<assertEqual tolerance="1e-12" verbose="true" charactersToStrip="\[\],">
<message>
Check GLM gradient
</message>
<actual regex="analytic:\s(.*?)\n">
<report>
<glmSubstitutionModelGradient idref="gradient1"/>
</report>
</actual>
<expected>
1.5414842830364991E-16, -2.4678434049948024, -0.1228490337414247, 0.11116848084002778, -0.9071401815321029, -0.1224916091163623
</expected>
</assertEqual>


</beast>

0 comments on commit b213901

Please sign in to comment.