Skip to content

Fix the parsing of namespaces in the algo breakdown script

Daniel Campora Perez requested to merge dcampora_fix_algo_breakdown_script into master

This MR fixes a small bug in the parsing of namespaces in the algo breakdown script by adding the character : to the accepted list of algorithm names. This bug lead to some algorithms not appearing in the list.

  • Now, the namespace is stripped from the reported name of the algorithm.
Edited by Rosen Matev

Merge request reports