Skip to content

Commit

Permalink
remove error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Feb 18, 2024
1 parent 67d2d82 commit 96cb1f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ext/IntegralsCubatureExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ module IntegralsCubatureExt

using Integrals, Cubature

import Integrals: transformation_if_inf,
scale_x, scale_x!, CubatureJLh, CubatureJLp,
AbstractCubatureJLAlgorithm
import Cubature: INDIVIDUAL, PAIRED, L1, L2, LINF

Integrals.CubatureJLh(; error_norm = Cubature.INDIVIDUAL) = CubatureJLh(error_norm)
Integrals.CubatureJLp(; error_norm = Cubature.INDIVIDUAL) = CubatureJLp(error_norm)
using Integrals: scale_x, scale_x!, CubatureJLh, CubatureJLp, AbstractCubatureJLAlgorithm

function Integrals.__solvebp_call(prob::IntegralProblem,
alg::AbstractCubatureJLAlgorithm,
Expand Down

0 comments on commit 96cb1f0

Please sign in to comment.