Commit 12e84d7
Fix RayStageSpecKeys enum membership check for Python < 3.12 compatibility (#1039)
* Initial plan
* Fix RayStageSpecKeys enum membership check for Python < 3.12 compatibility
Co-authored-by: VibhuJawa <[email protected]>
* Add test for RayStageSpecKeys compatibility fix
Co-authored-by: VibhuJawa <[email protected]>
* Fix ruff linting issues in test file - remove trailing whitespace and add final newline
Co-authored-by: VibhuJawa <[email protected]>
* Address code review feedback - import RayStageSpecKeys instead of redefining it in test
Co-authored-by: VibhuJawa <[email protected]>
* Remove __main__ block from test file as requested in code review
Co-authored-by: VibhuJawa <[email protected]>
* Move RayStageSpecKeys compatibility test to proper location and clean up format
Co-authored-by: VibhuJawa <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: VibhuJawa <[email protected]>
Co-authored-by: Vibhu Jawa <[email protected]>1 parent 419febc commit 12e84d7
File tree
2 files changed
+25
-2
lines changed- nemo_curator/backends/experimental/ray_data
- tests/backends/experimental
2 files changed
+25
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments