Skip to content

Commit

Permalink
garden import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
w07wong committed Dec 5, 2019
1 parent d93d098 commit 03e26c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Simulator_v2/simulatorv2/garden.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import numpy as np
from simulatorv2.logger import Logger, Event
from simulatorv2.plant import Plant
<<<<<<< HEAD
from simulatorv2.visualization import setup_animation
from simulatorv2.sim_globals import MAX_WATER_LEVEL
=======
from visualization import setup_animation
from sim_globals import MAX_WATER_LEVEL
>>>>>>> 7ad33658520da88f64bf99fb211839a1ef43230e

class Garden:
def __init__(self, plants=[], N=50, M=50, step=1, drainage_rate=0.4, irr_threshold=5, plant_types=[], skip_initial_germination=True, animate=False):
Expand Down

0 comments on commit 03e26c7

Please sign in to comment.