emmet-builders 0.84.2rc10__py3-none-any.whl → 0.84.3rc2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of emmet-builders might be problematic. Click here for more details.
- emmet/builders/vasp/materials.py +3 -1
- {emmet_builders-0.84.2rc10.dist-info → emmet_builders-0.84.3rc2.dist-info}/METADATA +1 -1
- {emmet_builders-0.84.2rc10.dist-info → emmet_builders-0.84.3rc2.dist-info}/RECORD +5 -5
- {emmet_builders-0.84.2rc10.dist-info → emmet_builders-0.84.3rc2.dist-info}/WHEEL +0 -0
- {emmet_builders-0.84.2rc10.dist-info → emmet_builders-0.84.3rc2.dist-info}/top_level.txt +0 -0
emmet/builders/vasp/materials.py
CHANGED
|
@@ -238,9 +238,11 @@ class MaterialsBuilder(Builder):
|
|
|
238
238
|
grouped_tasks = self.filter_and_group_tasks(tasks, task_transformations)
|
|
239
239
|
materials = []
|
|
240
240
|
for group in grouped_tasks:
|
|
241
|
+
# commercial_license == True means that the default CC-BY license is applied
|
|
242
|
+
# commercial_license == False means that a CC-BY-NC license is applied
|
|
241
243
|
commercial_license = True
|
|
242
244
|
for task_doc in group:
|
|
243
|
-
if set(task_doc.tags).intersection(
|
|
245
|
+
if task_doc.tags and set(task_doc.tags).intersection(
|
|
244
246
|
set(self.settings.NON_COMMERCIAL_TAGS)
|
|
245
247
|
):
|
|
246
248
|
commercial_license = False
|
|
@@ -43,10 +43,10 @@ emmet/builders/molecules/vibration.py,sha256=9LNeKh8BHck-ooW4XzAZAFeio2u6bDwdsUV
|
|
|
43
43
|
emmet/builders/qchem/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
44
|
emmet/builders/qchem/molecules.py,sha256=CZyVQzjfb-_gAS997BFbd9xkKwvwPWrquNH0Aoy6oY8,26217
|
|
45
45
|
emmet/builders/vasp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
emmet/builders/vasp/materials.py,sha256=
|
|
46
|
+
emmet/builders/vasp/materials.py,sha256=DWMwZFQ5ZYf9tBkgrJ_MfvSwt5GO4Yqm9GBKPpLxvWU,12890
|
|
47
47
|
emmet/builders/vasp/mp_potcar_stats.json.gz,sha256=x3bn4gSMj1U_3bR2qKIaBtbJlYT-EJgoUIMFTA9bvaU,338957
|
|
48
48
|
emmet/builders/vasp/task_validator.py,sha256=bmRTDiOWof4rpHVg3ksoxocN9xxieYu7IE-ylMjYOVs,2922
|
|
49
|
-
emmet_builders-0.84.
|
|
50
|
-
emmet_builders-0.84.
|
|
51
|
-
emmet_builders-0.84.
|
|
52
|
-
emmet_builders-0.84.
|
|
49
|
+
emmet_builders-0.84.3rc2.dist-info/METADATA,sha256=1Hzqb1RmyYEkCpdGqvg7OVyrM-Hy0H_LgFpGo4ccN04,2162
|
|
50
|
+
emmet_builders-0.84.3rc2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
51
|
+
emmet_builders-0.84.3rc2.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
|
|
52
|
+
emmet_builders-0.84.3rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|