From ebfada0243b9bd1132704c4e47749d9d7655bb4f Mon Sep 17 00:00:00 2001 From: griff-rees <60181741+griff-rees@users.noreply.github.com> Date: Thu, 2 Mar 2023 09:54:39 +0000 Subject: [PATCH] Remove the last line of sotu.jl This is a first step in the pull request. Assuming this is amenable, then altering the notebooks to simply add that line in, easing customisation (ie skipping the cache option, which solves #22 in `python`) would be the next step. --- docs/src/tutorials/sotu.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/tutorials/sotu.jl b/docs/src/tutorials/sotu.jl index 21a33e0..a240e6f 100644 --- a/docs/src/tutorials/sotu.jl +++ b/docs/src/tutorials/sotu.jl @@ -205,5 +205,3 @@ function pd_to_df(df_pd) colnames = map(Symbol, df_pd.columns) df = DataFrame(Any[Array(df_pd[c].values) for c in colnames], colnames) end - -covarsdf, counts, terms = loadsoturet(cache=false) \ No newline at end of file