Skip to content

Commit

Permalink
fixed label issue and precompile julia project
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kunzmann committed Jun 25, 2020
1 parent f6458c0 commit 0dabaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex
wget -O julia.tar.gz https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.2-linux-x86_64.tar.gz
tar -xvzf julia.tar.gz

julia-1.4.2/bin/julia -e 'import Pkg; Pkg.activate("."); Pkg.instantiate()'
julia-1.4.2/bin/julia -e 'import Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.precompile()'
2 changes: 1 addition & 1 deletion notebooks/conditional-power-and-friends.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@
" scale_y_continuous('modified critical value', limits = c(0, 4)) +\n",
" theme_bw()\n",
"plt1 + plt2 + plot_annotation(\n",
" title = sprintf('Recalculation at zm = %.2f (observed effect of %.2f) ', sqrt(26)*0.6, 0.6)\n",
" title = sprintf('Recalculation at zm = %.2f (observed effect of %.2f) ', sqrt(26)*0.4, 0.4)\n",
")\n",
"\""
]
Expand Down

0 comments on commit 0dabaeb

Please sign in to comment.