Skip to content

Commit

Permalink
Merge pull request #66 from DUNE-DAQ/eflumerf/ReadoutSchema
Browse files Browse the repository at this point in the history
Remove setting of ReadoutMap in Session, no longer necessary
  • Loading branch information
jcfreeman2 authored Jun 21, 2024
2 parents a299357 + 1805aec commit 68b74e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions python/integrationtest/integrationtest_drunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,13 @@ class CreateConfigResult:
db.update_dal(detector_conf)
db.commit()

readoutmap = db.get_dals(class_name="ReadoutMap")[0]

conf_dict["boot"]["use_connectivity_service"] = True
if disable_connectivity_service:
conf_dict["boot"]["use_connectivity_service"] = False

session = dal.Session(
"integtest",
segment=root_segment,
readout_map=readoutmap,
detector_configuration=detector_conf,
use_connectivity_server=conf_dict["boot"]["use_connectivity_service"]
)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = integrationtest
version = 2.2.0
version = 2.2.1
url = https://github.com/DUNE-DAQ/integrationtest
long_description = file: docs/README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 68b74e2

Please sign in to comment.