Skip to content

Commit

Permalink
Rephrase exception
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed May 28, 2024
1 parent 6623378 commit 3856c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_manager/micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def initialize(self) -> None:

if not is_initial_data_required and is_initial_data_available:
warn(
"The initialize() method of the micro simulation does not require initial data, but initial data has been provided. The provided initial data will be ignored."
"The initialize() method is only allowed to return data which is required for the adaptivity calculation."
)

# Get initial data from micro simulations if initialize() method exists
Expand Down

0 comments on commit 3856c25

Please sign in to comment.