Skip to content

Commit 72874a3

Browse files
Update src/denoising_model.jl
Co-authored-by: Dominique <[email protected]>
1 parent 4937015 commit 72874a3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Project.toml

-7
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@ authors = ["Dominique Orban <[email protected]>, Robert Baraldi <robertj
44
version = "0.1.1"
55

66
[deps]
7-
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
8-
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
97
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
10-
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
11-
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
128
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13-
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
149
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1510
Noise = "81d43f40-5267-43b7-ae1c-8b967f377efa"
16-
QuadraticModels = "f468eda6-eac5-11e8-05a5-ff9e497bcd19"
1711
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1812
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1913
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
20-
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
2114

2215
[compat]
2316
ADNLPModels = "^0.3, 0.4, 0.7"

src/denoising_model.jl

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using Images
2-
using FFTW
3-
using Wavelets
41
export denoising_model
52

63
include("denoising_data.jl")

0 commit comments

Comments
 (0)