Skip to content

Commit

Permalink
Merge pull request #10 from rowland-208/patch-1
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
Sceki authored May 24, 2024
2 parents e0edc43 + a8b801b commit 69ba9e3
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 69ba9e3

Please sign in to comment.