Skip to content

Commit

Permalink
🚚 Re-place ln.track() with ln.context.track()
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 16, 2024
1 parent 9f71307 commit 8ccd80c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/mcmicro.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
type="pipeline",
reference="https://github.com/labsyspharm/mcmicro",
)
run = ln.track(transform=transform)
ln.context.track(transform=transform)
run = ln.context.run

# get the input data from LaminDB
mcmicro_input = ln.Artifact.filter(description=args.input).one()
Expand Down

0 comments on commit 8ccd80c

Please sign in to comment.