Skip to content

Commit d6c9a23

Browse files
committed
Merge branch 'main' of github.com:MREYE-LUMC/demos
2 parents 6093e17 + 4998d6d commit d6c9a23

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v6
19+
uses: astral-sh/setup-uv@v7
2020
with:
2121
enable-cache: true
2222
cache-dependency-glob: "uv.lock"

paros/index.qmd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,10 @@ with ui.card():
235235
lens_back_curvature, glasses_curvature = eye.adjust_lens_back(
236236
eye.geometry["SE"], update_model=True
237237
)
238-
magnification, glasses_power, _ = calculate_magnification(eye, camera)
238+
magnification, *_ = calculate_magnification(eye, camera)
239239
240240
return ui.markdown(
241-
f"| Parameter | Value |\n"
242-
f"| ------------------------------------- | ------------------------ |\n"
243-
f"| Magnification eye model | {abs(magnification):.2f} |\n"
244-
f"| Necessary correction at camera phakic | {glasses_power:.2f} |\n"
241+
f"**Magnification:** {abs(magnification):.2f}"
245242
)
246243
247244

0 commit comments

Comments
 (0)