Propagation is inconsistent sometimes
See original GitHub issueFor example:
op = StaticOrbitPlotter()
op.plot(
Orbit.from_vectors(
Sun,
[0.36137779, 0.84843643, 0.36772403] * u.au,
[-0.01849308, -0.00788258, -0.00339819] * u.au / u.day,
),
trail=True,
)

Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
What is propagation delay? - TechTarget
Inconsistent propagation delay in an IC can cause data errors or race conditions on a chip. Therefore, the propagation delay is an important...
Read more >The constraint propagation algorithm - IBM
The constraint propagation algorithm is straightforward in principle. ... whether any values in the domains of other decision variables are now inconsistent.
Read more >Topic: Inconsistent Stats | WordPress.com Forums
Sometimes when I look at my stats they seem to go up and down throughout the ... I suspect it has to do...
Read more >Relationship-Based Change Propagation: A Case Study
Re- quirements of a system are often incomplete or inconsistent, and hence need to be extended or modified over time. Cus- tomers may...
Read more >Theory propagation and reification - ScienceDirect.com
The latter is normally a major undertaking and often can only be achieved ... by the store) or disentailed (is inconsistent with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It seems the problem comes from the propagate method as there is a discrepancy in the position values. As you may notice from the example below:
Output
Original figure after merging #926:
✔️