Skip to content

Commit 38e9dec

Browse files
committed
try: debug zsl
1 parent f910b73 commit 38e9dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/py/unit/test_tools_build_interface_zsl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
),
6565
1.5, # gap between diamond and gaas
6666
10.0, # vacuum
67-
70.0, # max area
67+
160.0, # max area
6868
DIAMOND_GaAs_INTERFACE,
6969
)
7070

@@ -121,7 +121,6 @@ def test_zsl_interface_builder(substrate, film, gap, vacuum, max_area, expected_
121121

122122
assert interface.basis.number_of_atoms == expected_interface.basis.number_of_atoms
123123

124-
print(interface.to_dict())
125124
assert_two_entities_deep_almost_equal(interface, expected_interface)
126125

127126

@@ -190,5 +189,6 @@ def test_create_zsl_interface_between_slabs(substrate, film, gap, vacuum, max_ar
190189
reduce_result_cell=False,
191190
reduce_result_cell_to_primitive=True,
192191
)
192+
print("TEST GH INTERFACE\n", interface.to_dict())
193193
expected_interface = get_platform_specific_value(expected_interface)
194194
assert_two_entities_deep_almost_equal(interface, expected_interface)

0 commit comments

Comments
 (0)