You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
This seems to be at the root of a type error I get when running the coupled simulation of the current asymmetric-case branch (run_micro_simulation.pyand macro_heat.py):
Traceback (most recent call last):
File "/home/kschidock/FM/Dumux3.5/dumux/dumux-precice/build-cmake/examples/macro-micro/python-micro-heat/run-micro-problems.py", line 11, in <module>
manager.solve()
File "/home/kschidock/.local/lib/python3.10/site-packages/micro_manager/micro_manager.py", line 370, in solve
micro_sim.output(n)
TypeError: MicroSimulation.output() takes 1 positional argument but 2 were given
`