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 5ba3db9 commit 417955dCopy full SHA for 417955d
tests/test_model.py
@@ -250,7 +250,7 @@ def test_gradients(model_name):
250
def test_ensemble():
251
ckpts = [join(dirname(dirname(__file__)), "tests", "example.ckpt")] * 3
252
model = load_model(ckpts[0])
253
- ensemble_model = load_model(ckpts)
+ ensemble_model = load_model(ckpts, return_std=True)
254
z, pos, batch = create_example_batch(n_atoms=5)
255
256
pred, deriv = model(z, pos, batch)
0 commit comments