Skip to content

Commit a79ce14

Browse files
committed
fix dev status
1 parent f076168 commit a79ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/examples/swift_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import cProfile
1111
# import numpy.testing as nt
1212

13-
env = swift.Swift(_dev=True)
13+
env = swift.Swift(_dev=False)
1414
env.launch()
1515

1616

0 commit comments

Comments
 (0)