Error in simulating a PBPK model

Hello Pumas community,

I am trying to replicate a PBPK model for ADC. The model is running but when i try to simulate observations it is throwing a warning. It is also showing that the simulated dataframe has infinity values.

Warning: Interrupted. Larger maxiters is needed. If you are using an integrator for non-stiff ODEs or an automatic switching algorithm (the default), you may want to consider using a method for stiff equations. See the solver pages for more details (e.g. https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/#Stiff-Problems).
└ @ SciMLBase C:\build\run\_work\PumasSystemImages\PumasSystemImages\julia_depot\packages\SciMLBase\SDjaO\src\integrator_interface.jl:597
SimulatedObservations
grator_interface.jl:597
SimulatedObservations
SimulatedObservations
  Simulated variables: cp_plasma, dv_plasma, cp_bc, dv_bc
  Time: 0:50:350

Can you help me resolve this issue?

It is difficult to say without seeing the model and the maybe some summaries of the data. It could be an error in the model implementation or it could be an issue with the data.