Skip to content
bsuwal edited this page Mar 2, 2020 · 9 revisions

Welcome to the GerryChainJulia wiki!

Nothing much to talk about quite just yet.

Abbreviations we decided on:

  • num stays as num (not shortened to n)
  • population -> pop
  • district -> dist when appropriate
  • total stays as total (not shortened to tot)

The way to test this package build is:

  • Clone the repo
  • cd GerryChainJulia
  • julia (Open the Julia REPL)
  • ] activate .
  • Press the delete button. Your command line should look like julia>
  • import GerryChain
  • using Pkg; Pkg.test("GerryChain")

Clone this wiki locally