Skip to content

Commit

Permalink
Remove the last line of sotu.jl
Browse files Browse the repository at this point in the history
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 AsafManela#22 in `python`) would be the next step.
  • Loading branch information
griff-rees authored Mar 2, 2023
1 parent ee57ac4 commit ebfada0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/tutorials/sotu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ebfada0

Please sign in to comment.