Skip to content

Commit

Permalink
Merge branch 'master' into hmedina-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
feret authored Feb 21, 2024
2 parents b9fe862 + 475a6f7 commit 5a139d6
Show file tree
Hide file tree
Showing 686 changed files with 114,017 additions and 105,529 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo apt-get install --yes gnuplot-nox \
poppler-utils graphviz texlive-latex-recommended \
texlive-fonts-recommended texlive-pictures tex4ht
opam install --yes dune num yojson lwt fmt logs re \
opam install --yes dune num yojson result lwt fmt logs re \
cohttp-lwt-unix atdgen
pip install nose
- name: Make Kappa
Expand Down
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ man/zzKaSim_manual.ps
man/generated_img/

# test suite
# TODO: should we remove these for tests/integration ones?
models/test_suite/*/*/output/*.xml
models/test_suite/*/*/output/*.html
models/test_suite/*/*/output/*.diff
Expand All @@ -49,6 +50,32 @@ models/test_suite/*/*/output/profiling.txt
models/test_suite/*/*/output/profiling.html
models/test_suite/*/*/output/compression_status.txt

tests/integration/*/*/output/*.xml
tests/integration/*/*/output/*.html
tests/integration/*/*/output/*.diff
tests/integration/*/*/output/*.dot
tests/integration/*/*/output/*.dat
tests/integration/*/*/output/*.ka
tests/integration/*/*/output/*.json
tests/integration/*/*/output/*.m
tests/integration/*/*/output/ode.m
tests/integration/*/*/output/ode.mws
tests/integration/*/*/output/ode.nb
tests/integration/*/*/output/data.csv
tests/integration/*/*/output/data.tsv
tests/integration/*/*/output/data.svg
tests/integration/*/*/output/LOG
tests/integration/simulation/*/output/stream.txt
tests/integration/*/*/output/example
tests/integration/*/*/output/error.log
tests/integration/*/*/error
tests/integration/error
tests/integration/*/*/output/profiling.txt
tests/integration/*/*/output/profiling.html
tests/integration/*/*/output/compression_status.txt
tests/integration/*/*/output/network.net
tests/integration/*/*/output/data_2.csv

# generated code
site
*.install
Expand All @@ -67,3 +94,9 @@ python/*.egg-info

# MacOS
.DS_Store

# manual build
man/KaSim_manual.ilg
man/KaSim_manual.ind
man/scripts/inputs~0.ka
man/scripts/ode.m
15 changes: 15 additions & 0 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = 0.26.1
profile=conventional
margin=80
if-then-else=k-r
parens-ite=true
parens-tuple=multi-line-only
sequence-style=terminator
type-decl=compact
break-cases=toplevel
cases-exp-indent=2
field-space=tight-decl
leading-nested-match-parens=true
module-item-spacing=compact
quiet=false

Loading

0 comments on commit 5a139d6

Please sign in to comment.