In [1]:
import os

In [6]:
os.chdir('..')

In [7]:
os.getcwd()


Out[7]:
'C:\\Projects\\despy'

In [18]:
import despy

In [22]:
os.chdir('tests')

In [27]:
import test_multiple_reps as tmr

In [25]:
import despy as dp

In [28]:
session = dp.Session.new()
session.model = tmr.RepModel()
session.sim = sim = dp.Simulation()
sim.config.reps = 2

In [ ]:
results = sim.irunf()

In [ ]:
print(results)

In [ ]:
display(results.trace)

In [ ]:
print(2+2)

In [ ]:


In [ ]: