Skip to content

Commit 0f3ffb9

Browse files
committed
make sure to get some off hull entries to test 'range' params
1 parent 566b79d commit 0f3ffb9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/client/test_mprester.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ def test_get_entries(self, mpr):
195195
# Avoiding "golden test data": freshly retrieve 5 thermo docs and
196196
# perform entry querying based off those entries
197197
thermo_docs = mpr.materials.thermo.search(
198-
num_chunks=1, chunk_size=5, num_elements=(2, 3)
198+
num_chunks=1,
199+
chunk_size=5,
200+
num_elements=(2, 3),
201+
energy_above_hull=(0.05, 0.5),
199202
)
200203

201204
syms = ["Li", "Fe", "O"]

0 commit comments

Comments
 (0)