Skip to content

Commit 22f8bd2

Browse files
committed
skip s3 downloads for molecules
1 parent f7de70e commit 22f8bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mp_api/client/core/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ def _query_resource(
470470
and num_chunks is None
471471
and "substrates" not in self.suffix
472472
and "phonon" not in self.suffix
473+
and "molecules" not in self.suffix
473474
)
474475

475476
if fields:

0 commit comments

Comments
 (0)