Skip to content

Commit cb81a29

Browse files
committedJan 12, 2022
Flake8 changes
1 parent a8661ec commit cb81a29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎simphony/tests/test_simulation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ def test_rin(self, mzi):
13481348
gc_input, gc_output = mzi
13491349

13501350
with Simulation(seed=117) as sim:
1351-
l = Laser(power=1e-3, rin=-145).connect(gc_input)
1351+
Laser(power=1e-3, rin=-145).connect(gc_input)
13521352
Detector().connect(gc_output)
13531353

13541354
data = sim.sample(23)

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38
2+
envlist = py37, py38, py39, py310
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)