Produces an empty list for data of derived quantities (they are just ignored).
Defining initial values
Defining variational problem
Defining source terms
Defining boundary conditions
Solving steady state problem...
Solved problem in 0.00 s
[]
[]
Expected behavior
Either the exports setter should convert the user input to a list, or an error should be raised
Describe the bug FESTIM expects a list for the exports attribute of
Simulation
.However, no error is raised when users give something else.
To Reproduce
Run on main:
Produces an empty list for data of derived quantities (they are just ignored).
Expected behavior Either the exports setter should convert the user input to a list, or an error should be raised