Skip to content

Fix type comparison in CP algorithms config

Tadej Novak requested to merge tadej/athena:cp-config-type into main

Fix type comparison in CP algorithms config. isinstance should be used over type. Not sure why Flake8 did not complain.

/cc @krumnack @jolamber @ravinab

Merge request reports