Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend policy interface - add methods #24

Open
21ch216 opened this issue Feb 14, 2025 · 0 comments
Open

Extend policy interface - add methods #24

21ch216 opened this issue Feb 14, 2025 · 0 comments
Assignees

Comments

@21ch216
Copy link
Collaborator

21ch216 commented Feb 14, 2025

The following methods should be added to AgeReplacementPolicy and RunToFailure

def expected_number_of_replacements(
    self, timeline: NDArray[np.float64]
) -> NDArray[np.float64]: ...

def expected_number_of_failures(
    self, timeline: NDArray[np.float64]
) -> NDArray[np.float64]: ...

def expected_number_of_preventive_replacements(
    self, timeline: NDArray[np.float64]
) -> NDArray[np.float64]: ...
@21ch216 21ch216 self-assigned this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant