Skip to content

Commit

Permalink
print out more digits
Browse files Browse the repository at this point in the history
Ping-Hsuan committed Jul 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4902e65 commit 616dbd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/matlab_test/test.m
Original file line number Diff line number Diff line change
@@ -72,6 +72,7 @@
assert(all(abs(ucoef(:, end) - expected_array) < tolerance), 'Arrays are not equal within the specified tolerance');

% Display ucoef and expected_array
format long e
disp('ucoef:');
disp(ucoef(:, end));
disp('expected_array:');

0 comments on commit 616dbd5

Please sign in to comment.