Skip to content

Deprecate initialize method of Composition

Sebastian Müller requested to merge composition_update into main

Closes #120

The initialize method was merged with __init__ since nothing could happen between these two methods and it created an unnecessary call in the coupling scripts.

All references in the documentation were removed and the _is_initialized attribute was removed as well.

initialize is still kept as a dummy method with a deprecation warning and to be removed in v1.0

Edited by Sebastian Müller

Merge request reports