Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit c28ca26

Browse files
authored
Removed import of Random
An import of Random was placed, although there was no use for it. Since it isn't in the deps, it would be best to remove it from here for now, so that the tests don't fail.
1 parent c6415ce commit c28ca26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deeponet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Test, Random, Flux, MAT
1+
using Test, Flux, MAT
22

33
@testset "DeepONet" begin
44
@testset "dimensions" begin

0 commit comments

Comments
 (0)