Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion test/methods/risch/bronstein_examples.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using AbstractAlgebra
using Nemo
import Nemo
using SymbolicIntegration
SI = SymbolicIntegration

Expand Down
2 changes: 1 addition & 1 deletion test/methods/risch/test_algorithm_internals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Test
using SymbolicIntegration
using Symbolics
using AbstractAlgebra
using Nemo
import Nemo

@testset "[Risch] Algorithm Internals" begin
# Test internal algorithm components to ensure they work with the new API
Expand Down
2 changes: 1 addition & 1 deletion test/methods/risch/test_bronstein_examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Test
using SymbolicIntegration
using Symbolics
using AbstractAlgebra
using Nemo
import Nemo

@testset "[Risch] Bronstein Algorithm Examples" begin
# Examples from "Symbolic Integration I: Transcendental Functions" by Manuel Bronstein
Expand Down
2 changes: 1 addition & 1 deletion test/methods/risch/test_complex_fields.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Test
using SymbolicIntegration
using Symbolics
using AbstractAlgebra
using Nemo
import Nemo

@testset "[Risch] Complex Fields Operations" begin
# Note: These tests use internal SymbolicIntegration functions
Expand Down
Loading