>>> from astrochem.wrapper import solver
>>> help (solver.solve)
Help on method solve in module astrochem.wrapper:
solve(self, time, new_cell) unbound astrochem.wrapper.solver method
Solve chemical reaction for a certain time
Arguments
---------
time : float
Time to solve the system at
new_cell : `cell`
Cell class to use in solver, optional
According to the documentation:
However the following model gives this error: