Skip to content

Commit 010b30f

Browse files
committed
more fixes
1 parent 7cd32d5 commit 010b30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ultraplot/tests/test_thread_safety.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def modify_rc_on_thread(prop: str, value=None, with_context=True):
99
with uplt.rc.context(**{prop: value}):
1010
assert uplt.rc[prop] == value, f"Thread {id} failed to set rc params"
1111
else:
12+
uplt.rc[prop] = value
1213
assert uplt.rc[prop] == value, f"Thread {id} failed to set rc params"
1314

1415

0 commit comments

Comments
 (0)