pysindy
pysindy copied to clipboard
Issue in plotting the graph using model.simulate
I have obtained the mathematical model using model.print() upto precision=3 and I plotted this model using model.simulate. Also I am plotting the obtained model using odeint separately. I am obtaining different results for the same model. can anyone explain why?
@anur2203, please follow the issue template and provide a code example. There are a variety of reasons why odeint and model.simulate could give different results.