There was an error while loading. Please reload this page.
1 parent bb538ed commit 47a0603Copy full SHA for 47a0603
1 file changed
test.py
@@ -0,0 +1,6 @@
1
+import ixmp4
2
+
3
+mp = ixmp4.Platform("pgtest")
4
+run = mp.runs.list().pop()
5
+cp = run.checkpoints.list().pop()
6
+print(cp.iamc.difference())
0 commit comments