Skip to content

Commit

Permalink
Update conversion_calculator_served.jl
Browse files Browse the repository at this point in the history
updated arg to import statement to try to get right path to myFuncs.jl
  • Loading branch information
adannenberg authored Dec 26, 2024
1 parent 0315e63 commit 0c49fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversion_calculator_served.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
# ╔═╡ b6aaa574-7002-42dd-b195-765bb88896c6
begin
using Revise, CSV, DataFrames, Dates, Distributions, Format, Grep, HypertextLiteral, Ipopt, JuMP, LinearAlgebra, Loess, NaNStatistics, Optim, Plots, PlutoUI, PrettyTables, Random, Revise, XLSX
include("myFuncs.jl")
include(string(@__DIR__)*"myFuncs.jl")
Print()
end

Expand Down

0 comments on commit 0c49fd6

Please sign in to comment.