Open
Description
To my understanding, I should be able to run my model multiple times using BatchRunner with only fixed_parameters. However, if I set variable_parameters to None, I get the following AttributeError: 'NoneType' object has no attribute 'items'.
It would be useful to be able to run a model using the BatchRunner without using variable parameters. For example, I want to run my model multiple times under baseline conditions so I don't have any variable parameters. Does this feature already exist and I just cannot find it?
This issue was previously raised in #466 and subsequently fixed in #596, but this fix doesn't seem to work anymore.