>>> x.simulate(initial_state="Rainy", n_steps=50)
Exception in function 'simulate': tuple index out of range
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/aadya/.local/lib/python3.10/site-packages/chainopy/exceptions.py", line 39, in wrapper
n_steps = args[2]
IndexError: tuple index out of range