Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 576 Bytes

This repository contains the code that was submitted in our CDC2021 paper.

The following snippet will replicate the environment that was used to generate all figures if run from the repos base directory.

julia --project=code -E "import Pkg; Pkg.instantiate()"

Special care might be needed to get SymPy to work if you do not have SymPy installed in your python environment. See SymPy.jl and related instructions.

To later use this environment to run one of the scripts you would do

julia --project=code code/somefile.jl