Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h5diff compares attribute data like dataset data #4191

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/src/h5diff/h5diff_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ usage(void)
" specified group) and generates a report of objects that appear in only\n");
PRINTVALSTREAM(rawoutstream,
" one group or in both groups. Common objects are then compared recursively.\n");
PRINTVALSTREAM(rawoutstream, " 2) Datasets\n");
PRINTVALSTREAM(rawoutstream, " 2) Attributes and Datasets\n");
PRINTVALSTREAM(rawoutstream,
" Array rank and dimensions, datatypes, and data values are compared.\n");
PRINTVALSTREAM(rawoutstream, " 3) Datatypes\n");
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_600.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_603.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_606.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_612.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_615.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_621.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_622.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_623.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5diff/expected/h5diff_624.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
First compares the names of member objects (relative path, from the
specified group) and generates a report of objects that appear in only
one group or in both groups. Common objects are then compared recursively.
2) Datasets
2) Attributes and Datasets
Array rank and dimensions, datatypes, and data values are compared.
3) Datatypes
The comparison is based on the return value of H5Tequal.
Expand Down
Loading