Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jul 14, 2020
1 parent 589b678 commit f0820c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/core/SubdomainTest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import numpy as np
import scipy as sp
import openpnm as op


Expand Down Expand Up @@ -144,7 +143,7 @@ def test_interleaving_partial_data(self):
geo2 = op.geometry.GenericGeometry(network=pn, pores=[1], throats=[1])
geo3 = op.geometry.GenericGeometry(network=pn, pores=[2])

# Test ints with a missing array
# Test ints with a missing array
geo1['pore.test_int_missing'] = 1
geo2['pore.test_int_missing'] = 2
assert np.isnan(pn['pore.test_int_missing']).sum() == 1
Expand Down

0 comments on commit f0820c7

Please sign in to comment.