Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pipelines bob.pipelines
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • 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
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.pipelinesbob.pipelines
  • Merge requests
  • !85

Merged
Created Mar 31, 2022 by Yannick DAYER@ydayerOwner

Prevent a reference invalidation when wrapped with sample and checkpoint.

  • Overview 2
  • Commits 3
  • Pipelines 3
  • Changes 2

Prevents creating a new estimator when loading a sample-wrapped estimator with CheckpointWrapper (continuation of !82 (merged) which prevented the creation of a new estimator right "below").

This now checks if the estimator is wrapped with SampleWrapper and updates the estimator at that level.

Fixes bob.bio.gmm#30 (closed).

Edited Mar 31, 2022 by Yannick DAYER
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-chkpt-wrap