Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test/qa/qa.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
using SciMLTesting, Integrals, Test
using JET

const UPSTREAM_RENDERED_API = (:SciMLBase, :remake)

run_qa(
Integrals;
explicit_imports = true,
api_docs_kwargs = (; rendered = true, rendered_ignore = UPSTREAM_RENDERED_API),
aqua_kwargs = (;
# IntegralProblem / SampledIntegralProblem are SciMLBase types this package
# owns the integral-solver methods for, so dispatching on them is not piracy.
Expand Down
Loading