Skip to content

Commit 1670e5d

Browse files
committed
Fixed more flake issues
1 parent 8947f59 commit 1670e5d

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.pytest_cache/v/cache/lastfailed

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"compressible/tests/test_compressible.py": true,
3+
"compressible/tests/test_eos.py": true,
4+
"compressible_rk/tests/test_compressible_rk.py": true,
5+
"swe/tests/test_swe.py": true
6+
}

.pytest_cache/v/cache/nodeids

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"advection_nonuniform/tests/test_advection_nonuniform.py::TestSimulation::()::test_initializationst"
3+
]

advection_nonuniform/problems/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import print_function
22

33
import mesh.patch as patch
4+
from util import msg
45

56

67
def init_data(my_data, rp):

advection_rk/tests/smooth_0081.h5

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)