Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added proper npl variable reference to animation maker.
  • Loading branch information
daminton committed Aug 28, 2021
1 parent eee38ad commit 44ea179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/symba_mars_disk/aescattermovie.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def data_stream(self, frame=0):
a = d['a'].values / self.Rcb
e = d['e'].values
name = d['id'].values
npl = d.id.count().values
npl = d['npl'].values[0]
radmarker = d['radmarker']
origin = d['origin_type'].values

Expand Down

0 comments on commit 44ea179

Please sign in to comment.