kim-tools 0.3.13__py3-none-any.whl → 0.3.14__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.
- kim_tools/__init__.py +1 -1
- kim_tools/test_driver/core.py +9 -2
- {kim_tools-0.3.13.dist-info → kim_tools-0.3.14.dist-info}/METADATA +1 -1
- {kim_tools-0.3.13.dist-info → kim_tools-0.3.14.dist-info}/RECORD +7 -7
- {kim_tools-0.3.13.dist-info → kim_tools-0.3.14.dist-info}/WHEEL +0 -0
- {kim_tools-0.3.13.dist-info → kim_tools-0.3.14.dist-info}/licenses/LICENSE.CDDL +0 -0
- {kim_tools-0.3.13.dist-info → kim_tools-0.3.14.dist-info}/top_level.txt +0 -0
kim_tools/__init__.py
CHANGED
kim_tools/test_driver/core.py
CHANGED
@@ -395,8 +395,15 @@ def _add_property_instance(
|
|
395
395
|
property_name = path_str
|
396
396
|
found_custom_property = True
|
397
397
|
break
|
398
|
-
except Exception:
|
399
|
-
|
398
|
+
except Exception as e:
|
399
|
+
msg = (
|
400
|
+
"MESSAGE: Trying to load a property from the .edn file at\n"
|
401
|
+
f"{path}\n"
|
402
|
+
"failed with the following exception:\n"
|
403
|
+
f"{repr(e)}"
|
404
|
+
)
|
405
|
+
logger.info(msg)
|
406
|
+
print(msg)
|
400
407
|
|
401
408
|
if not found_custom_property:
|
402
409
|
raise KIMTestDriverError(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kim-tools
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.14
|
4
4
|
Summary: Base classes and helper routines for writing KIM Tests
|
5
5
|
Author-email: ilia Nikiforov <nikif002@umn.edu>, Ellad Tadmor <tadmor@umn.edu>, Claire Waters <bwaters@umn.edu>, "Daniel S. Karls" <karl0100umn@gmail.com>, Matt Bierbaum <matt.bierbaum@gmail.com>, Eric Fuemmeler <efuemmel@umn.edu>, Philipp Hoellmer <ph2484@nyu.edu>, Guanming Zhang <gz2241@nyu.edu>, Tom Egg <tje3676@nyu.edu>, Navaneeth Mohan <mohan227@umn.edu>
|
6
6
|
Maintainer-email: ilia Nikiforov <nikif002@umn.edu>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
kim_tools/__init__.py,sha256=
|
1
|
+
kim_tools/__init__.py,sha256=AuqIorzhd0c8dO9U86Y76UJf7a0jVLH1TgRsPHpUnAY,434
|
2
2
|
kim_tools/kimunits.py,sha256=jOxBv9gRVhxPE6ygAIUxOzCAfPI6tT6sBaF_FNl9m-M,5387
|
3
3
|
kim_tools/aflow_util/__init__.py,sha256=lJnQ8fZCma80QVRQeKvY4MQ87oCWu-9KATV3dKJfpDc,80
|
4
4
|
kim_tools/aflow_util/core.py,sha256=mMS2r9ayJJ6ApOFTAIkCZ72Dg3g1EnREbrqe2YEipMo,81273
|
@@ -2023,11 +2023,11 @@ kim_tools/symmetry_util/data/wyck_pos_xform_under_normalizer.json,sha256=6g1YuYh
|
|
2023
2023
|
kim_tools/symmetry_util/data/wyckoff_multiplicities.json,sha256=qG2RPBd_-ejDIfz-E4ZhkHyRpIboxRy7oiXkdDf5Eg8,32270
|
2024
2024
|
kim_tools/symmetry_util/data/wyckoff_sets.json,sha256=f5ZpHKDHo6_JWki1b7KUGoYLlhU-44Qikw_-PtbLssw,9248
|
2025
2025
|
kim_tools/test_driver/__init__.py,sha256=KOiceeZNqkfrgZ66CiRiUdniceDrCmmDXQkOw0wXaCQ,92
|
2026
|
-
kim_tools/test_driver/core.py,sha256=
|
2026
|
+
kim_tools/test_driver/core.py,sha256=3UUru2HfDZMD4zeA6lxVnUPr5KjQQhFAbRS1XA-WngY,101610
|
2027
2027
|
kim_tools/vc/__init__.py,sha256=zXjhxXCKVMLBMXXWYG3if7VOpBnsFrn_RjVpnohDm5c,74
|
2028
2028
|
kim_tools/vc/core.py,sha256=BIjzEExnQAL2S90a_npptRm3ACqAo4fZBtvTDBMWMdw,13963
|
2029
|
-
kim_tools-0.3.
|
2030
|
-
kim_tools-0.3.
|
2031
|
-
kim_tools-0.3.
|
2032
|
-
kim_tools-0.3.
|
2033
|
-
kim_tools-0.3.
|
2029
|
+
kim_tools-0.3.14.dist-info/licenses/LICENSE.CDDL,sha256=I2luEED_SHjuZ01B4rYG-AF_135amL24JpHvZ1Jhqe8,16373
|
2030
|
+
kim_tools-0.3.14.dist-info/METADATA,sha256=wlncCjqUZ4fXHQeGIM4pdIw5NMUfqxUaJzM60fSfsL4,2069
|
2031
|
+
kim_tools-0.3.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
2032
|
+
kim_tools-0.3.14.dist-info/top_level.txt,sha256=w_YCpJ5ERigj9te74ln7k64tqj1VumOzM_s9dsalIWY,10
|
2033
|
+
kim_tools-0.3.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|