Closed luciansmith closed 3 years ago
Fixes https://github.com/fbergmann/libSEDML/issues/112 : the default return value of a sort comparator should be false, not true.
Also, add some 'normal' tests for sortOrderedObjects.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
0.0% Coverage 0.0% Duplication
I don't have plans for any more code commits, so after the existing PRs are resolved, a new pypi release would be great, yes. Thank you!
Fixes https://github.com/fbergmann/libSEDML/issues/112 : the default return value of a sort comparator should be false, not true.
Also, add some 'normal' tests for sortOrderedObjects.