aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 22:16:24 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 22:16:31 -0400
commit26e5135b1ab7f59922f197ec73ae13ba1e82393b (patch)
tree131b258b3e0461c09351b800abc89732918a8722 /examples
parent5f6a6a2e6016787033b93912cfb8113018fa3ebd (diff)
downloadqolab-26e5135b1ab7f59922f197ec73ae13ba1e82393b.tar.gz
qolab-26e5135b1ab7f59922f197ec73ae13ba1e82393b.zip
format with newer version of black
Diffstat (limited to 'examples')
-rw-r--r--examples/Bfield_driver.py6
-rw-r--r--examples/eit_with_vcsel.py6
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/Bfield_driver.py b/examples/Bfield_driver.py
index 27e3405..e987ce9 100644
--- a/examples/Bfield_driver.py
+++ b/examples/Bfield_driver.py
@@ -21,9 +21,9 @@ class BfieldDriver(KeysightE3612A):
def __init__(self, *args, **kwds):
super().__init__(*args, **kwds)
- self.config[
- "Device type"
- ] = "B field coil driver based on Keysight E3612A power supply"
+ self.config["Device type"] = (
+ "B field coil driver based on Keysight E3612A power supply"
+ )
self.config["Device model"] = "v0.1"
self.deviceProperties = self.deviceProperties.union(
{"B", "Bslope_TperA", "CoilAssignment"}
diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py
index 3263387..b9176f1 100644
--- a/examples/eit_with_vcsel.py
+++ b/examples/eit_with_vcsel.py
@@ -50,9 +50,9 @@ class BfieldDriver(KeysightE3612A):
def __init__(self, *args, **kwds):
super().__init__(*args, **kwds)
- self.config[
- "Device type"
- ] = "B field coil driver based on Keysight E3612A power supply"
+ self.config["Device type"] = (
+ "B field coil driver based on Keysight E3612A power supply"
+ )
self.config["Device model"] = "v0.1"
self.deviceProperties.update({"B", "Bslope_TperA", "CoilAssignment"})
""""