delta = pyDeltaRCM.DeltaModel() for _t in range(0, 1000): delta.update() delta.finalize()
fig, ax = plt.subplots() ax.imshow(delta.eta) plt.show()
(png, hires.png)
png
hires.png
Examples of using and working with pyDeltaRCM
Resume model run from checkpoint