Skip to content

Commit 6b8e830

Browse files
committed
update dspeed bound
1 parent e0edfd7 commit 6b8e830

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ requires-python = ">=3.9"
3232
dependencies = [
3333
"hist",
3434
"colorlog",
35-
"dspeed>=1.6.4,<1.6.5",
35+
"dspeed>=1.6.5a1",
3636
"h5py>=3.2",
3737
"iminuit",
3838
"legend-daq2lh5>=1.2.1",
39-
"legend-pydataobj>=1.12.0a1,",
39+
"legend-pydataobj>=1.12.0a1",
4040
"pylegendmeta>=0.9",
4141
"matplotlib",
4242
"numba!=0.53.*,!=0.54.*,!=0.57",
@@ -123,7 +123,7 @@ ignore-words-list = "hist, gaus, nd, ans, crate, nin, puls, spms, fom, FOM"
123123
minversion = "6.0"
124124
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
125125
xfail_strict = true
126-
log_cli_level = "info"
126+
log_cli_level = "INFO"
127127
testpaths = "tests"
128128

129129
[tool.isort]

tests/pargen/test_pz_correct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def test_get_dpz_decay_constants():
127127
"round(52*us/waveform.period)",
128128
"len(waveform)",
129129
"1*ms/waveform.period",
130+
"0.5",
130131
"db.pz.tau1",
131132
"db.pz.tau2",
132133
"db.pz.frac",

0 commit comments

Comments
 (0)