Skip to content

Run BatchRunner with only fixed_parameters and no variable_parameters #948

Open
@AndrewC19

Description

@AndrewC19

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions