diff --git a/docs/examples.md b/docs/examples.md index b99ab186c..1b3f7e525 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -494,9 +494,9 @@ To do this, we need to use the format of [DynamicQuantities.jl](https://symbolic ```python # Get numerical arrays to fit: X = pd.DataFrame(dict( - M=M.value, - m=m.value, - r=r.value, + M=M.to("M_sun").value, + m=m.to("kg").value, + r=r.to("R_earth").value, )) y = F.value