Skip to content

Commit

Permalink
Flake8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AustP committed Jan 12, 2022
1 parent a8661ec commit cb81a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simphony/tests/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ def test_rin(self, mzi):
gc_input, gc_output = mzi

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

data = sim.sample(23)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38
envlist = py37, py38, py39, py310

[testenv]
deps =
Expand Down

0 comments on commit cb81a29

Please sign in to comment.