Skip to content

Stop using pickle for serializing test data #37

Description

@marcoheisig

The test suite creates fixtures using pickle.load. This creates hard-coded dependencies to the libraries that were being used when those pickle files were created. The result is that the test suite randomly fails when we use newer libraries, like this:

https://github.com/SandoghdarLab/PiSCAT/actions/runs/4606677611/jobs/8140277049?pr=36#step:6:64

This should be fixed, so that PiSCAT can be used on more than just a narrow set of libraries.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions