We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a418f13 commit 7ac735cCopy full SHA for 7ac735c
examples/fullwave_simple_plane_wave/fullwave_simple_plane_wave.py
@@ -5,10 +5,10 @@
5
6
from copy import deepcopy
7
8
-from matplotlib import animation
9
import matplotlib.pyplot as plt
10
-from mpl_toolkits.axes_grid1 import make_axes_locatable
11
import numpy as np
+from matplotlib import animation
+from mpl_toolkits.axes_grid1 import make_axes_locatable
12
from numpy.typing import NDArray
13
from tqdm import tqdm
14
@@ -25,7 +25,7 @@
25
26
27
def map_to_coords(
28
- map_data: NDArray[np.float64 | np.int64 | np.bool],
+ map_data: NDArray[np.float64 | np.int64 | np.bool_ | bool],
29
*,
30
export_as_xyz: bool = False,
31
) -> NDArray[np.int64]:
0 commit comments