Closed baumbuddy closed 3 years ago
Dear @IMHarly: Would you mind double-checking whether this problem still occurs in the development version of BayLum
you can download directly here from GitHub? I had in mind that I had fixed this already: https://github.com/crp2a/BayLum/blob/master/NEWS.md with commit 618f83e99f41bb207edd62c14acd9285bbe18966.
@RLumSK : Problem solved. And you didn't even have to do anything.
@IMHarly: Great, but just for the record: Was it related to the fix or a completely different problem on your end? Because the problem I had corrected before was real and happened for all measurements with option run 1 at one time
.
@RLumSK It was related to the fix. My sample is indeed run 1 at a time.
@IMHarly: Great and thanks!
Expected behaviour
To extract the proper regen-doses to pair with LxTx values.
Observed behaviour
In my own sample all regen-doses take the value of the test dose. In the FER1 example case it varies between one or two values per aliquot.
Running mini example
One possible solution
Problem seems to arise when index numbers are extracted for all relevent Lx and Tx in line 246:
This is fixed if above is replaced with:
My solution also requires a change to lines 303-307, which should be replaced with:
Now we get:
But I haven't done a lot to check how this may break compatibility for other setups.