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 9787137 commit 800dbdeCopy full SHA for 800dbde
pymc3/tests/test_model.py
@@ -445,4 +445,4 @@ def test_model_pickle_deterministic(tmpdir):
445
446
file_path = tmpdir.join("model.p")
447
with open(file_path, 'wb') as buff:
448
- pickle.dump(model, buff)
+ pickle.dump(model, buff)
0 commit comments