Skip to content

Fix issue related to mixing click functions and other class functions

Flavio TARSETTI requested to merge fix_experiment_pull_click_issue_mix into 1.4.x

click functions for command line interfaces and other functions (class functions for example) should not be mixed.

This fixes #41 (closed)

Merge request reports