ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
23 stars 3 forks source link

Add Ginger as a Subtree Dependency #74

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

In implementing partial information decomposition #20, we need resizable, dynamic arrays. Rather than write them scratch, we will be using Ginger's gvector functionality.

In this pull request we add Ginger as a subtree dependency, add it to the build, and update the unit testing suite to use its testing framework.