seirsplus icon indicating copy to clipboard operation
seirsplus copied to clipboard

bug in models.py

Open ericyang7816 opened this issue 3 years ago • 0 comments

If not using checkpoints, the model should run for a specific time. I suppose at line 200 in the run() function self.run_epoch(runtime=self.tmax, dt=dt) should be self.run_epoch(runtime=T, dt=dt)

ericyang7816 avatar May 05 '22 09:05 ericyang7816