Skip to content

Commit 47a0603

Browse files
committed
Add newline to code example
1 parent bb538ed commit 47a0603

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)