From 22f8bd21a71c315be9836ab0d119cc6a3e3088bd Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Mon, 2 Dec 2024 16:59:01 -0800 Subject: [PATCH] skip s3 downloads for molecules --- mp_api/client/core/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mp_api/client/core/client.py b/mp_api/client/core/client.py index dc531db6..b69ce014 100644 --- a/mp_api/client/core/client.py +++ b/mp_api/client/core/client.py @@ -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: