Skip to content

Commit

Permalink
adjust code for master
Browse files Browse the repository at this point in the history
  • Loading branch information
CallieHsu committed Sep 19, 2023
1 parent 78a0a57 commit 2b42d21
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1717,4 +1717,4 @@ version = "3.5.0+0"
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"]
git-tree-sha1 = "9ebfc140cc56e8c2156a15ceac2f0302e327ac0a"
uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd"
version = "1.4.1+0"
version = "1.4.1+0"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ julia = "1.8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]
1 change: 0 additions & 1 deletion src/Chamber.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using Roots
using SpecialFunctions
using Sundials
using TimerOutputs
using LaTeXStrings
using Logging
include("utils.jl")
include("./glq_points_weights.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/plot_figs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ function plot_sol(df, x_axis_col, y_axis_col)
df[:, y_axis_col];
xaxis=x_axis_col,
yaxis=y_axis_col,
label="Chamber.jl",
linewidth=2,
legend=false,
marker=(:x, 3, Plots.stroke(2)),
)
end
Expand Down

0 comments on commit 2b42d21

Please sign in to comment.