Skip to content

Commit

Permalink
Fix: Test not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Flippchen committed Feb 8, 2024
1 parent fe90abe commit b223133
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def test_create_augmentation_layer():
assert isinstance(data_augmentation.layers[4], tf.keras.layers.GaussianNoise)



def test_get_data_path_addon():
assert get_data_path_addon("car_type") == "Porsche"
assert get_data_path_addon("all_specific_model_variants") == "Porsche_more_classes"
Expand Down

0 comments on commit b223133

Please sign in to comment.