We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf55e53 commit 10fb089Copy full SHA for 10fb089
docs/source/data.rst
@@ -75,7 +75,7 @@ We can loop over the raw BDSIM data easily with pybdsim. ::
75
76
We can also get an index with enumeration: ::
77
78
- for i,event in eventTree:
+ for i,event in enumerate(eventTree):
79
print(i, event.Eloss.n)
80
81
0 commit comments