Source code for sorbetto.performance.abstract_performance
# Copyright (c) 2025-2025, Sebastien Pierard et al.
# SPDX-License-Identifier: Apache-2.0
from abc import ABC, abstractmethod
import numpy as np
# Copyright (c) 2025-2025, Sebastien Pierard et al.
# SPDX-License-Identifier: Apache-2.0
from abc import ABC, abstractmethod
import numpy as np