2020-10-19 21:08:55

This commit is contained in:
wizardforcel
2020-10-19 21:08:55 +08:00
parent 7f63048035
commit ab0caba1f0
140 changed files with 3982 additions and 3982 deletions

View File

@@ -9,7 +9,7 @@
In [1]:
```
```py
import numpy as np
from scipy.ndimage.measurements import label
@@ -130,7 +130,7 @@ class InstantBurnForest(BurnableForest):
In [2]:
```
```py
forest = Forest()
sb_forest = SlowBurnForest()
ib_forest = InstantBurnForest()
@@ -150,7 +150,7 @@ for i in xrange(1500):
In [3]:
```
```py
import matplotlib.pyplot as plt
%matplotlib inline