Skip to content

Commit

Permalink
bugfix in movie.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgastine committed Sep 13, 2024
1 parent 8aaebaa commit 7590f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/magic/movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def _get_data_shape(self, precision, allocate=True):
92, 94, 95, 110, 111, 114, 115, 116]:
self.shape = (self.n_theta_max, self.n_r_mov_tot)
self.n_theta_plot = self.n_theta_max
self.n_surface == 4
self.n_surface = 4
else:
self.shape = (self.n_theta_max, 2*self.n_r_mov_tot)
self.n_theta_plot = 2*self.n_theta_max
Expand Down

0 comments on commit 7590f04

Please sign in to comment.