Closed jonnycoder1 closed 2 months ago
The Recipe's create_solution parameter type and docstring accepts a list of solutes, but it will throw an exception if attempting to pass in a list of solutes: https://github.com/ekwan/PyPlate/blob/main/pyplate/pyplate.py#L1956 https://github.com/ekwan/PyPlate/blob/main/pyplate/pyplate.py#L1982-L1983
The code for accepting list of solutes is also found under the Container class and it works as expected. https://github.com/ekwan/PyPlate/blob/main/pyplate/pyplate.py#L1066-L1069
Thank you for pointing this out. It should be fixed now. A new version is uploaded to https://pypi.org/project/pyplate-hte/0.4.7/
Closing this issue as it has been resolved.
The Recipe's create_solution parameter type and docstring accepts a list of solutes, but it will throw an exception if attempting to pass in a list of solutes: https://github.com/ekwan/PyPlate/blob/main/pyplate/pyplate.py#L1956 https://github.com/ekwan/PyPlate/blob/main/pyplate/pyplate.py#L1982-L1983
The code for accepting list of solutes is also found under the Container class and it works as expected. https://github.com/ekwan/PyPlate/blob/main/pyplate/pyplate.py#L1066-L1069