Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
The documentation says "create 9 random times" but the code shows 6 random times. Updated documentation to reflect the code.
  • Loading branch information
rowland-208 authored May 24, 2024
1 parent e0edc43 commit a8b801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/notebooks/sgp4_partial_derivatives.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
" data.append(lines[i+1])\n",
" data.append(lines[i+2])\n",
" tles.append(dsgp4.tle.TLE(data))\n",
"#we also create 9 random times, tracking the gradients:\n",
"#we also create 6 random times, tracking the gradients:\n",
"tsinces=torch.rand((6,))"
]
},
Expand Down

0 comments on commit a8b801b

Please sign in to comment.