Skip to content
Snippets Groups Projects
Select Git revision
  • bd1b8a3c15b1eda394e6173810cf401cf177881b
  • main default protected
2 results

cn_default.js.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile 178 B
    .PHONY:clean
    clean:
    	@${RM} -r cami_src/__pycache__
    	@${RM} -r data/tmp
    
    .PHONY:example
    example:
    	@echo 'Running CAMI with example seeds and network.'
    	@./cami_src/example_run.py