Describe the bug
When running the absorption and scattering examples, I ran into an issue with make_mie_model. It seems like there might be a type error when making the function call.
The code should break on model_PCW_computed_wigner = make_mie_model(PCW(), aero, λ, polarization_type, truncation_type, wigner_A, wigner_B)
Expected behavior
I thought the example code would run with my current dependency setup, but there's of course the possibility that I have incorrect package versions! Happy to provide more info if helpful.
Screenshots
Desktop (please complete the following information):
Describe the bug When running the absorption and scattering examples, I ran into an issue with
make_mie_model
. It seems like there might be a type error when making the function call.To Reproduce Steps to reproduce the behavior:
model_PCW_computed_wigner = make_mie_model(PCW(), aero, λ, polarization_type, truncation_type, wigner_A, wigner_B)
Expected behavior I thought the example code would run with my current dependency setup, but there's of course the possibility that I have incorrect package versions! Happy to provide more info if helpful.
Screenshots
Desktop (please complete the following information):