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 5756d3e commit b5d874a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/mcmicro.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
run = ln.context.run

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

report = "mcmicro-execution_report.html"

Expand Down

0 comments on commit b5d874a

Please sign in to comment.