We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770e4d6 commit 6a8a0dfCopy full SHA for 6a8a0df
test_uncertainty_metadata.py
@@ -38,8 +38,9 @@
38
sub.save()
39
sub2 = load(tmpdir)
40
41
- # Verify
42
- sol2 = sub2.get_event("rmdc26_2001").solutions[0]
+ # Verify - get the first (and only) solution from the dict
+ event2 = sub2.get_event("rmdc26_2001")
43
+ sol2 = list(event2.solutions.values())[0]
44
45
print("\n✓ All tests passed!")
46
print("\nUncertainty metadata:")
0 commit comments