Skip to content

tsgolden/ifcb-analysis

 
 

Repository files navigation

ifcb-analysis

Running locally

Set up environment

Make sure you have fftw3-dev installed for computing Fourier transforms. On Debian-based OSes:

sudo apt install fftw3-dev

Build conda environment:

conda env create

Install testing dependencies with:

conda env update -f test-environment.yml

Set environment variable so Tensorflow knows where to look for things:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/

Run tests

To run tests you'll need a CNN model to use. ifcb-analysis is configured to work with Keras models, which, for testing purposes, you can copy into src/python/tests/data.

With that in place, run:

pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 89.5%
  • Python 7.2%
  • HTML 1.2%
  • Limbo 0.8%
  • JavaScript 0.7%
  • CSS 0.2%
  • Other 0.4%