Skip to content

Commit

Permalink
skip s3 downloads for molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Dec 3, 2024
1 parent f7de70e commit 22f8bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mp_api/client/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ def _query_resource(
and num_chunks is None
and "substrates" not in self.suffix
and "phonon" not in self.suffix
and "molecules" not in self.suffix
)

if fields:
Expand Down

0 comments on commit 22f8bd2

Please sign in to comment.