Skip to content

Commit

Permalink
Merge pull request #34 from boutproject/dschwoerer-patch-1
Browse files Browse the repository at this point in the history
Use internal bunch
  • Loading branch information
johnomotani authored Dec 6, 2021
2 parents 56894c9 + 46ea522 commit 59d44c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion boututils/analyse_equil_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
from builtins import range, str, zip

import numpy
from bunch import Bunch
from crosslines import find_inter
from matplotlib.pyplot import annotate, contour, draw, gradient, plot
from past.utils import old_div
from scipy.interpolate import RectBivariateSpline

from boututils.bunch import Bunch

from . import local_min_max


Expand Down
2 changes: 1 addition & 1 deletion boututils/read_geqdsk.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from builtins import range

import numpy
from geqdsk import Geqdsk

from boututils.bunch import Bunch
from boututils.geqdsk import Geqdsk


def read_geqdsk(file):
Expand Down

0 comments on commit 59d44c6

Please sign in to comment.