Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Oct 2, 2023
1 parent 59b7dee commit a2f359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/preprocessing/test_preprocessing_through_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def test_correct_api_dataset_with_pseudo_text_preprocessing():
input_data = data_with_pseudo_text_features()
fedot_model = Fedot(problem='classification')
fedot_model.fit(input_data, predefined_model='auto')
predicted = fedot_model.predict(input_data)
fedot_model.predict(input_data)

# Check there are no text nodes in the pipeline
node_tags = [node.tags for node in fedot_model.current_pipeline.nodes]
Expand Down

0 comments on commit a2f359d

Please sign in to comment.