I am new to CADET and currently working on the tutorial. I got an error message when running the SMB example of Lesson 6: Advanced chromatographic processes (01_advanced_chromatography_demonstration_solution.ipynbI). I think the problem is related to the copying of the column models, “set_discretization” function can not recognize the copied columns. I could solve the problem by explicitly writing the parameters for each column. However, I was wondering why I can not solve with the copied columns.
@w.heymann did some more research and instead of tinkering with addict, you could also use deepcopy() instead of copy() and it should work. I still hope that they fix it soon upstream.
The tutorials were created for our workshops and still might need some tweaking s.t. they also work well for self study. Any feedback is highly appreciated!
I’ve been wanting to work on them and move them to the main website for a while but haven’t found the time.