Skip to content

siplab-gt/cleo-traveling-wave-rejection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleo traveling wave rejection experiment

This is the code for the traveling wave rejection experiment in the Cleo paper (preprint). It is an implementation of the model in Moldakarimov et al., 2018

Installation and use

We use uv to manage dependencies and virtual environments. It is much faster than conda/mamba and includes dependency management features.

First set up a virtual environment:

uv venv && source .venv/bin/activate

Then install dependencies and the source code cleo_pe1 (PE1 refers to prospective experiment 1) package:

uv pip install .

Run simulations and produce figure with Task (a modern Make alternative):

task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages