Expected behavior.
I am trying to add a cstr into my periodic counter current chromatogram code to mimic the flow restrictor on the AKTA. I have a separate code to model a tracer run I did with the CSTR and that works fine. For some reason when it is added to the PCC model I get an error.
Actual behavior
The error is
“ValueError: all the input array dimensions except for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 841 and the array at index 1 has size 840”
How to produce bug (including a minimal reproducible example)
Just run the script with the Cstr and get the error
File produced by conda env export > environment.yml
environment.yml (7.7 KB)