Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

probcomp/inferenceql.viz

Repository files navigation

inferenceql.viz

badge badge

Usage

Note: Setting up ssh keys for git and installing other dependencies may be required. See this document for more detailed steps.

Run the following at the command line to build the app.

make clean
make

Open the app in the browser.

open index.html

Contributing

⚠️
InferenceQL is only accepting contributors from members of the MIT Probabilistic Computing Project.

Testing

One the project has been built the tests can be run either from the command-line

bin/kaocha
(require '[kaocha.repl :as kaocha])
(kaocha/run)

Kaocha provides a variety of options for running the test suite. For full details refer to its documentation.