Skip to content

Commit

Permalink
[onert-micro] Fix wrong negative suffix (#13316)
Browse files Browse the repository at this point in the history
- Wrong_Loss_t to Wrong_Loss_NEG
- Wrong_magic_num_N -> Wrong_magic_num_NEG

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee authored Jun 27, 2024
1 parent e234798 commit 2e27407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TEST_F(BostonHousingTaskTest, ADAM_MSE_P)
EXPECT_LE(mae_metric_after_training, golden_mae_metric);
}

TEST_F(BostonHousingTaskTest, Wrong_Loss_N)
TEST_F(BostonHousingTaskTest, Wrong_Loss_NEG)
{
// Create BostonHousing data handler
BostonHousingTask<float> bostonTask;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ TEST_F(CheckpointsHandlerTest, Load_check_P)
}

// Check load functionality
TEST_F(CheckpointsHandlerTest, Wrong_magic_num_N)
TEST_F(CheckpointsHandlerTest, Wrong_magic_num_NEG)
{
// Create BostonHousing data handler
config.model_ptr = reinterpret_cast<char *>(models::checkpoint_simple_example_model_data);
Expand Down

0 comments on commit 2e27407

Please sign in to comment.