Skip to content

Commit fcd15eb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9111224 commit fcd15eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jenkins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN apt-get update && \
1313

1414
ARG JULIA=1.6
1515
RUN curl -s -L https://julialang-s3.julialang.org/bin/linux/x64/${JULIA}/julia-${JULIA}-latest-linux-x86_64.tar.gz | \
16-
tar -C /usr/local -x -z --strip-components=1 -f -
16+
tar -C /usr/local -x -z --strip-components=1 -f -

src/tensor_operations/tensor_algebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ generally optimal and is found via the optimaltree function in TensorOperations.
139139
function optimal_contraction_sequence(As)
140140
return throw(
141141
ArgumentError(
142-
"Optimal contraction sequence isn't defined. Try loading a backend package like
142+
"Optimal contraction sequence isn't defined. Try loading a backend package like
143143
TensorOperations.jl"
144144
),
145145
)

0 commit comments

Comments
 (0)