Skip to content

Commit

Permalink
GoL_fast: Make datacollection import explicit (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 20, 2024
1 parent 9c30387 commit 31537d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/conways_game_of_life_fast/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import numpy as np
from mesa import DataCollector, Model
from mesa import Model
from mesa.datacollection import DataCollector
from mesa.space import PropertyLayer
from scipy.signal import convolve2d

Expand Down

0 comments on commit 31537d8

Please sign in to comment.