Skip to content

kellischeuble/abett-cell-cultures-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cell Cultures Challenge

Assignments

task instructions

Task: grid of cell culture medium has (L) for livable, and (.) for unlivable.

Rules:
    - will grow if a livable area is empty and there are no adjacent cell cultures 
    - will die if a livable area//culture is surrounded by four other adjacent cultures
    - everything else stays the same

Install

create virtual environment with pipenv

pip install pipenv
pipenv install -r requirements.txt
pipenv shell

or from your own virtual environment with Python 3.8 using

pip install -r requirements.txt

Usage

In main directory (same level as README and Pipfile):

export PYTHONPATH=./
make run_experiment

Testing

make test

TODOs:

- Expand on testing
- Add error handling 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published