Commit f247c62
Fix name conflict with Nemo.integrate
Change `using Nemo` to `import Nemo` in test files to avoid
exporting Nemo's `integrate` function which conflicts with
SymbolicIntegration.integrate
This resolves test failures in CompatHelper PRs #16 and #17 where
the ambiguous `integrate` function caused UndefVarError.
Affected files:
- test/methods/risch/test_complex_fields.jl
- test/methods/risch/test_bronstein_examples.jl
- test/methods/risch/test_algorithm_internals.jl
- test/methods/risch/bronstein_examples.jl
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3a32cd9 commit f247c62
File tree
4 files changed
+4
-4
lines changed- test/methods/risch
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments