Skip to content

Commit 975a58d

Browse files
committed
Merge branch 'more-6-check-flux' of https://github.com/boutproject/zoidberg into more-6-check-flux
2 parents 61120f7 + e477114 commit 975a58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zoidberg/fieldtracer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from multiprocessing import Pool
21
import itertools
2+
from multiprocessing import Pool
33

44
import numpy as np
55
from scipy.integrate import odeint
@@ -879,8 +879,8 @@ def rz_to_ab(self, rz, meshes, ij, zid):
879879
ij -= nz
880880
return self._rz_to_ab(rz, mesh.grid, ij), ij, mesh.zid
881881

882-
import matplotlib.pyplot as plt
883882
import matplotlib.colors as mcolors
883+
import matplotlib.pyplot as plt
884884

885885
plt.figure()
886886
for mesh, clr in zip(meshes, itertools.cycle(mcolors.TABLEAU_COLORS.values())):

0 commit comments

Comments
 (0)