Skip to content

Commit

Permalink
fix pipeline_preprocessing_through_api_correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
IIaKyJIuH committed Oct 6, 2023
1 parent 153ce40 commit 2791288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/api/test_main_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ def test_pipeline_preprocessing_through_api_correctly():
# Stand-alone pipeline with it's own preprocessing
predicted = pipeline.predict(data, output_mode='labels')

assert predicted.predict[-1] == 'green-orange'
# check whether NaN-field was correctly predicted
assert predicted.predict[3] == 'red-blue'


def test_data_from_csv_load_correctly():
Expand Down

0 comments on commit 2791288

Please sign in to comment.