This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 1dc345909a [SYSTEMDS-3545] Image Transform Linearized (Credit)
1dc345909a is described below
commit 1dc345909a9620d55ff85f003eafbbf7861a77f0
Author: slnkahveci <[email protected]>
AuthorDate: Mon Oct 16 14:46:39 2023 +0200
[SYSTEMDS-3545] Image Transform Linearized (Credit)
A mistake was made with credit of the previous commit,
04b5048b171c021d8e98323cdb700d49ab66cd67
to rectify this a bit, i added this commit to give commit credit.
---
scripts/builtin/img_transform.dml | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/builtin/img_transform.dml
b/scripts/builtin/img_transform.dml
index c6a3d3e176..f65e2f4a5f 100644
--- a/scripts/builtin/img_transform.dml
+++ b/scripts/builtin/img_transform.dml
@@ -91,4 +91,5 @@ m_img_transform = function(Matrix[Double] img_in, Integer
out_w, Integer out_h,
img_out = matrix(output, rows=out_h, cols=out_w)
}
+
}