Fix pickle
All threads resolved!
All threads resolved!
Compare changes
+ 70
− 48
@@ -192,55 +192,77 @@ class TestResult(unittest.TestCase):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 24 March 2025 starting at approximately 8:30am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
Saving as pickle was failing for me because the extension was still unknown to parts of the code.
I fixed some documentation and removed the unused gzip
argument from Result.__init__
We should add some tests as well before we merge this in.