LiberTEM/LiberTEM

View on GitHub
src/libertem/io/dataset/base/dataset.py

Summary

Maintainability
A
3 hrs
Test Coverage

DataSet has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

class DataSet:
    # The default partition size in bytes
    MAX_PARTITION_SIZE = 512*1024*1024

    def __init__(self, io_backend: Optional["IOBackend"] = None):
Severity: Minor
Found in src/libertem/io/dataset/base/dataset.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status