Skip to content

Commit feaabe0

Browse files
committed
uncommented a plot test
1 parent 3fbdd6f commit feaabe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_components/test_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ def test_FieldSource(transpose):
204204
with pytest.raises(pydantic.ValidationError):
205205
_ = td.TFSF(size=(1, 1, 0), direction="+", source_time=g, injection_axis=2)
206206

207-
# s.plot(z=0, transpose=transpose)
208-
# plt.close()
207+
s.plot(z=0, transpose=transpose)
208+
plt.close()
209209

210210

211211
@pytest.mark.parametrize("transpose", [True, False])

0 commit comments

Comments
 (0)