Closed Bisaloo closed 1 year ago
This pull request:
(cc @Bisaloo for workflow monitoring)
Thanks @Bisaloo, please feel free to rebase and merge as convenient. Locally, I was able to resolve the linter warning by moving instances of 1e-6
to the line above.
"Error: contact matrix must have a maximum real eigenvalue of 1.0" =
abs(max(Re(eigen(
contact_matrix * demography_vector,
only.values = TRUE
)$values) - 1.0)) < 1e-6
This pull request:
(cc @Bisaloo for workflow monitoring)
Please check if the PR fulfills these requirements
[x] I have read the CONTRIBUTING guidelines
[ ] A new item has been added to
NEWS.md
[ ] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This fixes the LaTeX / mathjax formatting of Reff.
https://epiverse-trace.github.io/finalsize/reference/r_eff.html