We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following methods should be added to AgeReplacementPolicy and RunToFailure
AgeReplacementPolicy
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]: ...
The text was updated successfully, but these errors were encountered:
21ch216
No branches or pull requests
The following methods should be added to
AgeReplacementPolicy
andRunToFailure
The text was updated successfully, but these errors were encountered: