Skip to content

Commit

Permalink
Fix: adjust test for serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
RollerKnobster committed Jun 25, 2024
1 parent c2dbc6b commit 0ca65e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gordo/serializer/test_serializer_into_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ def test_into_definition(variations_of_same_pipeline):
verbose: false
transformer_weights: null
verbose: false
verbose_feature_names_out: true
- gordo.machine.model.models.KerasAutoEncoder:
kind: feedforward_hourglass
verbose: false
verbose_feature_names_out: true
"""

expected_definition = yaml.safe_load(expected_definition)
Expand Down

0 comments on commit 0ca65e3

Please sign in to comment.