From 33d475a1eb6e52f30f2b551a590b234fd982a718 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 21 Oct 2024 16:47:21 +0200 Subject: Add P200 model support --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.py') diff --git a/example.py b/example.py index f434b0b..0cb97cc 100644 --- a/example.py +++ b/example.py @@ -3,7 +3,7 @@ from pathlib import Path import infiray_irg -coarse, fine, vis = infiray_irg.load(Path('example-2.irg').read_bytes()) +coarse, fine, vis = infiray_irg.load(Path('example.irg').read_bytes()) fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, figsize=(15, 18)) -- cgit