rasa/core/evaluation/marker_base.py

Summary

Maintainability
D
1 day
Test Coverage
A
93%

File marker_base.py has 759 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from __future__ import annotations
import os
from abc import ABC, abstractmethod
from typing import (
    Dict,
Severity: Major
Found in rasa/core/evaluation/marker_base.py - About 1 day to fix

    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(
    Severity: Minor
    Found in rasa/core/evaluation/marker_base.py - About 35 mins to fix

      Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def __init__(
      Severity: Minor
      Found in rasa/core/evaluation/marker_base.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status