Describe the problem
using ConcurrentSim
env = Simulation()
Container(env, capacity = 100, level = 31)
Simply running this throws me an error :
UndefVarError: N not defined
Stacktrace:
[1] top-level scope
@ In[1]:4
It might be associated with the container parameter N. Please help me resolve this issue.