Αποθηκεύτηκε σε:
| Κύριοι συγγραφείς: | , , , , , |
|---|---|
| Μορφή: | Recurso digital |
| Γλώσσα: | |
| Έκδοση: |
Zenodo
2026
|
| Διαθέσιμο Online: | https://doi.org/10.5281/zenodo.19098050 |
| Ετικέτες: |
Προσθήκη ετικέτας
Δεν υπάρχουν, Καταχωρήστε ετικέτα πρώτοι!
|
Πίνακας περιεχομένων:
- <h3>Bug fix</h3> <ul> <li><strong>BEAST log output: consistent calendar-aware time conversion.</strong> The BEAST X and BEAST 2 log output in <code>beasty_output.cpp</code> mixed two conventions for converting internal times (days since 2020-01-01) to years: <code>to_linear_year</code> (calendar-aware, accounts for leap years) for <code>age(root)</code>, but simple <code>/ 365</code> division for <code>rootHeight</code> and <code>age(TIP)</code>. This introduced a systematic error of ~2 days over multi-year spans for datasets in 2025, a small but perceptible delta that will only grow in the future. All absolute time and time-delta conversions in BEAST log output now use <code>to_linear_year</code> / <code>delta_linear_years</code>. Rate and magnitude conversions (<code>* 365</code> / <code>/ 365</code>) and Newick tree branch lengths are unchanged.</li> </ul>