Commit 701dd03
fix: Make R bridge import optional in test_dataset_attribution
The unconditional import of RPythonBridge was causing CI failures
since the cross_validation module is only available locally.
Wrap the import in try/except like other test files.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 373411e commit 701dd03
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
0 commit comments