removed blink to test ci
This commit is contained in:
@@ -4,7 +4,6 @@ authors = ["Connor Johnstone <richard.johnstone@colorado.edu>"]
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
|
|
||||||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
|
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
|
||||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||||
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
|
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module Thesis
|
module Thesis
|
||||||
|
|
||||||
using LinearAlgebra, ForwardDiff, Blink, PlotlyJS
|
using LinearAlgebra, ForwardDiff, PlotlyJS
|
||||||
|
|
||||||
include("./constants.jl")
|
include("./constants.jl")
|
||||||
include("./conversions.jl")
|
include("./conversions.jl")
|
||||||
|
|||||||
Reference in New Issue
Block a user