WIP
This commit is contained in:
@@ -10,7 +10,6 @@ from websockets import WebSocketException
|
||||
|
||||
from tomcat_bec.devices.gigafrost.std_daq_client import (
|
||||
StdDaqClient,
|
||||
StdDaqConfig,
|
||||
StdDaqError,
|
||||
StdDaqStatus,
|
||||
)
|
||||
@@ -28,7 +27,7 @@ def client():
|
||||
|
||||
@pytest.fixture
|
||||
def full_config():
|
||||
full_config = StdDaqConfig(
|
||||
full_config = dict(
|
||||
detector_name="tomcat-gf",
|
||||
detector_type="gigafrost",
|
||||
n_modules=8,
|
||||
|
||||
Reference in New Issue
Block a user