Skip to content

Commit

Permalink
Merge pull request #540 from gaurav-arya/ag-rm
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
ChrisRackauckas authored Jul 28, 2023
2 parents 4b22fcb + fbc989b commit dcadb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utility_tests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using StochasticDiffEq, LinearAlgebra, SparseArrays, Random, LinearSolve, Test
using StochasticDiffEq.OrdinaryDiffEq: WOperator, set_gamma!, calc_W!
using StochasticDiffEq.OrdinaryDiffEq: WOperator, calc_W!
using StochasticDiffEq.SciMLOperators: MatrixOperator

@testset "Derivative Utilities" begin
Expand Down

0 comments on commit dcadb56

Please sign in to comment.