From bed5a4cc0f03b780da7f62b3f51ed1df2796588c Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Mon, 12 Feb 2024 13:53:52 +0100 Subject: [PATCH] Remove reference to callable function initialize from micro_manager.py --- micro_manager/micro_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/micro_manager/micro_manager.py b/micro_manager/micro_manager.py index fa71e579..1a11a4c6 100644 --- a/micro_manager/micro_manager.py +++ b/micro_manager/micro_manager.py @@ -3,7 +3,6 @@ Micro Manager is a tool to initialize and adaptively control micro simulations and couple them via preCICE to a macro simulation. This files the class MicroManager which has the following callable public methods: -- initialize - solve This file is directly executable as it consists of a main() function. Upon execution, an object of the class MicroManager is created using a given JSON file,