Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 6, 2024
1 parent 8cdcd9e commit 40b8b8b
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 105 deletions.
3 changes: 0 additions & 3 deletions pyro/advection/problems/smooth.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.smooth"
Expand Down
4 changes: 0 additions & 4 deletions pyro/advection/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import sys

from pyro.mesh import patch

DEFAULT_INPUTS = None

PROBLEM_PARAMS = {}
Expand Down
3 changes: 0 additions & 3 deletions pyro/advection/problems/tophat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import sys

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.tophat"
Expand Down
1 change: 0 additions & 1 deletion pyro/advection_nonuniform/problems/slotted.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.slotted"
Expand Down
3 changes: 0 additions & 3 deletions pyro/advection_nonuniform/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = None

PROBLEM_PARAMS = {}
Expand Down
3 changes: 0 additions & 3 deletions pyro/burgers/problems/converge.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.converge.64"
Expand Down
3 changes: 0 additions & 3 deletions pyro/burgers/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import sys

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.test"
Expand Down
3 changes: 0 additions & 3 deletions pyro/burgers/problems/tophat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import sys

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.tophat"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/acoustic_pulse.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import fv, patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.acoustic_pulse"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/advect.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.advect.64"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/bubble.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.bubble"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/gresho.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.gresho"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/hse.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.hse"
Expand Down
1 change: 0 additions & 1 deletion pyro/compressible/problems/kh.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.kh"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/logo.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import sys

import matplotlib.pyplot as plt
import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.logo"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/quad.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.quad"
Expand Down
2 changes: 0 additions & 2 deletions pyro/compressible/problems/ramp.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import math
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.ramp"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/rt.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.rt"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/rt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
how the growth rate depends on wavenumber.
"""

import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.rt2"
Expand Down
2 changes: 0 additions & 2 deletions pyro/compressible/problems/sedov.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import math
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.sedov"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible/problems/sod.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import sys

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.sod.x"
Expand Down
4 changes: 0 additions & 4 deletions pyro/compressible/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import sys

from pyro.mesh import patch

DEFAULT_INPUTS = None

PROBLEM_PARAMS = {}
Expand Down
2 changes: 0 additions & 2 deletions pyro/compressible_react/problems/flame.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import math
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.flame"
Expand Down
3 changes: 0 additions & 3 deletions pyro/compressible_react/problems/rt.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.rt"
Expand Down
3 changes: 0 additions & 3 deletions pyro/diffusion/problems/gaussian.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.gaussian"
Expand Down
4 changes: 0 additions & 4 deletions pyro/diffusion/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import sys

from pyro.mesh import patch

DEFAULT_INPUTS = None

PROBLEM_PARAMS = {}
Expand Down
1 change: 0 additions & 1 deletion pyro/incompressible/problems/converge.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.converge.64"
Expand Down
1 change: 0 additions & 1 deletion pyro/incompressible/problems/shear.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.shear"
Expand Down
1 change: 0 additions & 1 deletion pyro/incompressible_viscous/problems/cavity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
https://www.fluid.tuwien.ac.at/HendrikKuhlmann?action=AttachFile&do=get&target=LidDrivenCavity.pdf
"""

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.cavity"
Expand Down
1 change: 0 additions & 1 deletion pyro/incompressible_viscous/problems/converge.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.converge.64"
Expand Down
1 change: 0 additions & 1 deletion pyro/incompressible_viscous/problems/shear.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.shear"
Expand Down
3 changes: 0 additions & 3 deletions pyro/lm_atm/problems/bubble.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.bubble"
Expand Down
3 changes: 0 additions & 3 deletions pyro/lm_atm/problems/gresho.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.gresho"
Expand Down
3 changes: 0 additions & 3 deletions pyro/swe/problems/acoustic_pulse.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.acoustic_pulse"
Expand Down
3 changes: 0 additions & 3 deletions pyro/swe/problems/advect.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.advect"
Expand Down
3 changes: 0 additions & 3 deletions pyro/swe/problems/dam.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import sys

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.dam.x"
Expand Down
1 change: 0 additions & 1 deletion pyro/swe/problems/kh.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.kh"
Expand Down
3 changes: 0 additions & 3 deletions pyro/swe/problems/logo.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import sys

import matplotlib.pyplot as plt
import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.logo"
Expand Down
3 changes: 0 additions & 3 deletions pyro/swe/problems/quad.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import sys

import numpy as np

from pyro.mesh import patch
from pyro.util import msg

DEFAULT_INPUTS = "inputs.quad"
Expand Down
4 changes: 0 additions & 4 deletions pyro/swe/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import sys

from pyro.mesh import patch

DEFAULT_INPTUS = None

PROBLEM_PARAMS = {}
Expand Down

0 comments on commit 40b8b8b

Please sign in to comment.