Skip to content

Commit

Permalink
🎨 Try lineage
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 27, 2024
1 parent b5d874a commit 0850fa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/mcmicro.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
run = ln.context.run

# TEEEEEEEEST
mcmicro_input = ln.Artifact.get("laminlabs/lamindata").filter(
description="exemplar-001"
)
mcmicro_input = ln.Artifact.using("laminlabs/lamindata").get(description="exemplar-001")
mcmicro_input.load()

report = "mcmicro-execution_report.html"
Expand Down

0 comments on commit 0850fa9

Please sign in to comment.