Skip to content

Commit

Permalink
isort: fix some wrongly placed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Sep 5, 2021
1 parent 1f94121 commit 1d54bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/04_vector_field/01_3d_vector_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
Gaussian covariance model. The mesh on which we generate the field will be
externally defined and it will be generated by PyVista.
"""
# sphinx_gallery_thumbnail_path = 'pics/GS_3d_vector_field.png'
import pyvista as pv

# sphinx_gallery_thumbnail_path = 'pics/GS_3d_vector_field.png'
import gstools as gs

# mainly for setting a white background
Expand Down
3 changes: 1 addition & 2 deletions gstools/random/rng.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
.. autosummary::
RNG
"""
import emcee as mc

# pylint: disable=E1101
import emcee as mc
import numpy as np
import numpy.random as rand
from emcee.state import State
Expand Down

0 comments on commit 1d54bc5

Please sign in to comment.