Skip to content

Commit

Permalink
Anemone keep data in RAM, fewer temp files; allow requests_cache; cre…
Browse files Browse the repository at this point in the history
…ate output directory if appropriate
  • Loading branch information
ssb22 committed May 7, 2024
1 parent f1eeab3 commit b237473
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 88 deletions.
11 changes: 8 additions & 3 deletions Makefile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# -*- mode: Makefile -*-
test:
echo kǎoyàn|python2 ohi_latex.py --dry-run
test: test_ohi_latex test_anemone
test_ohi_latex:
echo kǎoyàn|python2.7 ohi_latex.py --dry-run
grep '\\kao3\\yan4' index.tex >/dev/null
echo kǎoyàn|python3 ohi_latex.py --dry-run
grep '\\kao3\\yan4' index.tex >/dev/null
.PHONY: test
test_anemone:
sox -n test.wav synth 3 sine 300-3300
./anemone.py test.wav # title from filename
unzip -c output_daisy.zip ncc.html|grep '>test<' >/dev/null
.PHONY: test test_ohi_latex test_anemone
173 changes: 88 additions & 85 deletions anemone.py
100644 → 100755

Large diffs are not rendered by default.

Empty file modified c2h.py
100644 → 100755
Empty file.
Empty file modified isilo_utils.py
100644 → 100755
Empty file.
Empty file modified ohi-addCopy.sh
100644 → 100755
Empty file.
Empty file modified ohi.py
100644 → 100755
Empty file.
Empty file modified ohi_latex.py
100644 → 100755
Empty file.
Empty file modified ohi_online.py
100644 → 100755
Empty file.

0 comments on commit b237473

Please sign in to comment.