Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F FEDOT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITMO-NSS-team
  • FEDOT
  • Issues
  • #391

Closed
Open
Created Aug 16, 2021 by Elizaveta Lutsenko@LizLutsenkoOwner

Different custom params of fitted pipelines after pipeline export and import

Created by: BarabanovaIrina

Problem: After fitted pipeline export the json file has two different fields of custom_params and params (aka full_params, which considers the inner params of models) After importing such a json file custom params become full_params due to this line Screenshot 2021-08-16 at 16 51 57

This test considers the json files should have equal content and now it (and some others) fails.

Why did it work before? Due to this condition If pipeline already has a template (i.e. if the pipeline was exported at least once) then use this already FILLED template. Such a condition didn't take into account the modifications happened to pipeline after first export.

How was it identified? If you export an unfitted pipeline, then fit it and export again, you will not get the exported fitted operations. (because old pipeline is exported again)

Assignee
Assign to
Time tracking