As the title suggests, these are minor changes enabling the following:
(i) View number of reactors for a StirredTankReactor object using a new attribute, N_reactors;
(ii) Pass iterable of RGBn tuples rather than iterable of colors for the color_wheel argument in plot_spearman_2d.
I have updated the doctest for StirredTankReactor to cover (i); if testing is needed for (ii), feel free to add any, thanks!
As the title suggests, these are minor changes enabling the following: (i) View number of reactors for a
StirredTankReactor
object using a new attribute,N_reactors
; (ii) Pass iterable of RGBn tuples rather than iterable of colors for the color_wheel argument inplot_spearman_2d
.I have updated the doctest for
StirredTankReactor
to cover (i); if testing is needed for (ii), feel free to add any, thanks!