We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2146b commit 8a720d2Copy full SHA for 8a720d2
pandas/tests/config/test_config.py
@@ -205,7 +205,7 @@ def test_set_option_dict(self):
205
assert cf.get_option("b.b") is None
206
207
options_dict = {"a": "2", "b.c": None, "b.b": 10.0}
208
- cf.set_option(**options_dict)
+ cf.set_option(options_dict)
209
210
assert cf.get_option("a") == "2"
211
assert cf.get_option("b.c") is None
0 commit comments