Skip to content

Commit 7186859

Browse files
committed
Improve CI platform compatibility checking in tests
- Add CI platform validation test for reference platform - Update CI_PLATFORMS list to include Python 3.13 - Fix platform detection and logging functions - Improve print_platform_info output - Clean up unused code and docstrings - Enhance test reference updating workflow
1 parent 2d0dceb commit 7186859

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

tests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ This directory contains tests for the TabPFN project.
66

77
- `test_classifier_interface.py`: Tests for the TabPFNClassifier interface
88
- `test_regressor_interface.py`: Tests for the TabPFNRegressor interface
9-
- `test_text_na_handling.py`: Tests for text and NA value handling
109
- `test_utils.py`: Tests for utility functions
1110
- `test_consistency.py`: Tests to ensure prediction consistency across code changes
1211

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
[
3+
0.5958165526390076,
4+
0.4041834771633148
5+
],
6+
[
7+
0.5858913064002991,
8+
0.4141086935997009
9+
],
10+
[
11+
0.5205028057098389,
12+
0.47949716448783875
13+
]
14+
]

0 commit comments

Comments
 (0)