DeepRegNet/DeepReg

View on GitHub
deepreg/predict.py

Summary

Maintainability
C
1 day
Test Coverage

File predict.py has 326 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# coding=utf-8

"""
Module to perform predictions on data using
command line interface.
Severity: Minor
Found in deepreg/predict.py - About 3 hrs to fix

    Function predict_on_dataset has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
    Open

    def predict_on_dataset(
        dataset: tf.data.Dataset,
        fixed_grid_ref: tf.Tensor,
        model: tf.keras.Model,
        save_dir: str,
    Severity: Minor
    Found in deepreg/predict.py - About 3 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Function predict has 11 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def predict(
    Severity: Major
    Found in deepreg/predict.py - About 1 hr to fix

      Function predict_on_dataset has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def predict_on_dataset(
      Severity: Minor
      Found in deepreg/predict.py - About 45 mins to fix

        Function predict has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
        Open

        def predict(
            gpu: str,
            ckpt_path: str,
            split: str,
            batch_size: int,
        Severity: Minor
        Found in deepreg/predict.py - About 35 mins to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        There are no issues that match your filters.

        Category
        Status