Skip to content

Commit

Permalink
Remove typo that added tolerance in verify call
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWaiteSTFC committed Aug 18, 2022
1 parent eee22db commit 00ca0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +sw_tests/+unit_tests/unittest_spinw_addatom.m
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function test_add_atom_lookup_by_Z_with_custom_ox(testCase, oxidation_label)
expected_unit_cell.label = {label};
expected_unit_cell.color = int32([224; 102; 51]);
testCase.verify_val(testCase.swobj.unit_cell, ...
expected_unit_cell, 'abs_tol', 1e-4)
expected_unit_cell)
end

function test_add_atom_with_custom_form_factor(testCase)
Expand Down

0 comments on commit 00ca0ee

Please sign in to comment.