Skip to content

Commit 30545bb

Browse files
committed
ran ruff, fixed import problems
1 parent 4ec42d2 commit 30545bb

4 files changed

+2
-4
lines changed

tests/test_floquet_compile.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
def test_floquet_compile():
6-
min_time_step = 0.05
76

87
durations = cast(["ramp_time", "run_time", "ramp_time"])
98

tests/test_multi_rabi_compile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from bloqade import start, save
1+
from bloqade import start
22
import numpy as np
33

44

tests/test_noneq_dynamics_compile.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from bloqade import save, load
21
from bloqade.atom_arrangement import Chain
32
import numpy as np
43

tests/test_scar_compile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from bloqade import var, save
1+
from bloqade import var
22
from bloqade.atom_arrangement import Chain
33
import numpy as np
44

0 commit comments

Comments
 (0)