Skip to content

Commit

Permalink
Merge pull request #248 from 42-AI/247-wrong-dot-product-expected-result
Browse files Browse the repository at this point in the history
FIX  - module01: wrong dot product example
  • Loading branch information
maperez42 authored Sep 27, 2024
2 parents ea3bd79 + 0f2e58d commit 3ab4ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module01/subject/en.subject.tex
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ \section*{Examples}
v4 = Vector([[2.0, 4.0]])
print(v3.dot(v4))
# Expected output:
# 13.0
# 14.0

v1
# Expected output: to see what __repr__() should do
Expand Down Expand Up @@ -943,4 +943,4 @@ \section*{Acknowledgements}
\vfill
\doclicenseThis

\end{document}
\end{document}

0 comments on commit 3ab4ee6

Please sign in to comment.