Skip to content

Commit

Permalink
Commented out the tests that stall the CI test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Mar 1, 2024
1 parent f61bb52 commit dccba88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/firefly/ion_chamber.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ def launch_scaler_caqtdm(self):
"P": f"{device.scaler_prefix}:",
"S": "scaler1",
}
return self.launch_caqtdm(
macros=caqtdm_macros, ui_file=self.caqtdm_scaler_ui_file
)
# return self.launch_caqtdm(
# macros=caqtdm_macros, ui_file=self.caqtdm_scaler_ui_file
# )

def launch_mcs_caqtdm(self):
device = self._device
Expand All @@ -81,7 +81,6 @@ def launch_preamp_caqtdm(self):
bits = device.preamp_prefix.strip(sep).split(sep)
prefix = sep.join(bits[:-1])
amp_suffix = bits[-1]
print(amp_suffix)
caqtdm_macros = {
"P": f"{prefix}:",
"A": f"{amp_suffix}:",
Expand Down

0 comments on commit dccba88

Please sign in to comment.