-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Python id to ReadOnlyObjects and fix fixed-width array reading. * Ensure that Pandas arrays are native-endian. * Try three platforms (just saw @henryiii show it in a meeting). * Needs 'runs-on'. * Put 'goanpeca/setup-miniconda@v1' back in. * That's a separate step. * Drop the 'evals'. * Need 'conda init bash' again (basically putting it back the way it was). * Use it in every step. * No, the old version had a 'shell' parameter, rather than doing 'conda init' in every step. * No XRootD for Windows. * Trim the number of jobs. I'm leaving fast-fast on because I like it. * Fix trimming syntax. * How is there a segfault on Windows? This is all pure Python. * Undo break apart test. I want to see that segfault again. * Break it apart again. I want to see that segfault\! * Run more cases for the test that segfaulted in Windows (memmap, normal file). Accessing a closed memmap is one of the few ways Python can segfault. * Can't reproduce the segfault, so going back to normal mode of operations.
- Loading branch information
Showing
6 changed files
with
81 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters