Skip to content

Commit

Permalink
Fix schmatic
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Nov 24, 2023
1 parent c3fba06 commit fcd578f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
rule mv_schematic:
input:
"src/static/schematic.pdf"
output:
"src/tex/figures/schematic.pdf"
shell:
"cp {input} {output}"

rule glswlsols:
input:
"src/code/random_walks/glswlsols.py",
Expand Down
6 changes: 3 additions & 3 deletions src/static/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*

!schematic.pdf
!schematic.svg
!schematic.png
!fickian.svg
!fickian.pdf
Binary file added src/static/schematic.pdf
Binary file not shown.

0 comments on commit fcd578f

Please sign in to comment.