LiberTEM/LiberTEM

View on GitHub
src/libertem/analysis/sd.py

Summary

Maintainability
A
0 mins
Test Coverage

Take the required action to fix the issue indicated by this "FIXME" comment.
Open

    # FIXME  `plt.colorbar()` creates error while testing
Severity: Major
Found in src/libertem/analysis/sd.py by sonar-python

FIXME tags are commonly used to mark places where a bug is suspected, but which the developer wants to deal with later.

Sometimes the developer will not have the time or will simply forget to get back to that tag.

This rule is meant to track those tags and to ensure that they do not go unnoticed.

Noncompliant Code Example

def divide(numerator, denominator):
  return numerator / denominator              # FIXME denominator value might be 0

See

There are no issues that match your filters.

Category
Status