Skip to content

ENH: Pole Figure: Strip out the Alpha channel when creating the Image Geometry. #3558

ENH: Pole Figure: Strip out the Alpha channel when creating the Image Geometry.

ENH: Pole Figure: Strip out the Alpha channel when creating the Image Geometry. #3558

Triggered via pull request January 24, 2024 20:20
Status Failure
Total duration 23s
Artifacts

format_pr.yml

on: pull_request
clang_format_pr
13s
clang_format_pr
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
clang_format_pr
Process completed with exit code 1.
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L99
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L99
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L163
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L163
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L243
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L243
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr
Process completed with exit code 1.
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L99
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp:99:- std::string percentage = "Writing Nodes (File 1/5) " + StringUtilities::number(static_cast<int32>((float32)(nodeIndex) / (float32)(totalPoints) * 100)) + "% Completed "; src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp:99:+ std::string percentage = "Writing Nodes (File 1/5) " + StringUtilities::number(static_cast<int32>((float32)(nodeIndex) / (float32)(totalPoints)*100)) + "% Completed ";
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L163
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp:163:- std::string percentage = "Writing Elements (File 2/5) " + StringUtilities::number(static_cast<int32>((float32)(index) / (float32)(totalPoints) * 100)) + "% Completed "; src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp:163:+ std::string percentage = "Writing Elements (File 2/5) " + StringUtilities::number(static_cast<int32>((float32)(index) / (float32)(totalPoints)*100)) + "% Completed ";
clang_format_pr: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp#L243
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp:243:- std::string percentage = "Writing Element Sets (File 4/5) " + StringUtilities::number(static_cast<int>((float32)(voxelId) / (float32)(maxGrainId) * 100)) + "% Completed "; src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/WriteAbaqusHexahedron.cpp:243:+ std::string percentage = "Writing Element Sets (File 4/5) " + StringUtilities::number(static_cast<int>((float32)(voxelId) / (float32)(maxGrainId)*100)) + "% Completed ";
clang_format_pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ammaraskar/gcc-problem-matcher@a141586609e2a558729b99a8c574c048f7f56204. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/