Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline save&load path refactoring #1066

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreygetmanov
Copy link
Collaborator

  • deprecated create_correct_path function is deleted in all of its variations
  • paths in tests and examples of pipeline loading are simplified

- deprecated create_correct_path function is deleted in all of its variations
- paths in tests and examples of pipeline loading are simplified
@@ -469,9 453,12 @@ def test_old_serialized_paths_load_correctly():
"""
path = os.path.join(fedot_project_root(), 'test', 'data', 'pipeline_with_old_paths', 'pipeline_with_old_paths.json')

pipeline_loaded = Pipeline.from_serialized(path)
pipeline_loaded_from_serialized = Pipeline.from_serialized(path)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

оки, только это не забудь убрать если все-таки будешь убирать from_serializable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants