File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ RUN apt-get update && \
1313
1414ARG JULIA=1.6
1515RUN 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 -
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ generally optimal and is found via the optimaltree function in TensorOperations.
139139function 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 )
You can’t perform that action at this time.
0 commit comments