In [1]:
from dzdy import *
In [3]:
da = Director()
da.load_pc('scripts/pSIR.txt')
da.load_dc('scripts/SIR_bn.txt')
da.load_dc('scripts/SIR_mc.txt')
In [4]:
da.list_pc()
Out[4]:
In [5]:
da.list_dc()
Out[5]:
In [6]:
da.save('output/Test1.1.json')
In [7]:
da.get_pc('pSIR')
Out[7]:
In [8]:
da.load('output/Test1.1.json')
da.get_pc('pSIR')
Out[8]: