From 6f108e81fac23441785d8d76237556c496cec02a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 1 Nov 2024 23:20:38 +0900 Subject: [PATCH] chore: update base.py overriden -> overridden --- massspecgym/models/simulation/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/massspecgym/models/simulation/base.py b/massspecgym/models/simulation/base.py index 6473259..7c5ebb5 100644 --- a/massspecgym/models/simulation/base.py +++ b/massspecgym/models/simulation/base.py @@ -17,7 +17,7 @@ def on_batch_end( """ Compute evaluation metrics for the retrieval model based on the batch and corresponding predictions. This method will be used in the `on_train_batch_end`, `on_validation_batch_end`, since `on_test_batch_end` is - overriden below. + overridden below. """ self.evaluate_cos_similarity_step( outputs["spec_pred"],