The plot_biomass(..., module="TIME_SERIES") function, when applied to the example data (e.g., example_data.rda), appears to plot a time series of landings as opposed to a time series of stock biomass (e.g. weight of individuals in the populations, as the function name would seemingly imply). This appears to be related to the fact that "biomass_retained" and "biomass_dead" are also returned, and are what end up being plotted.
If this is intentional, the function name and function documentation are not clear that that is intended behavior.
Additional tests with other modules also did not yield the expected population biomass timeseries.