-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sw] dot: Align dot product with new structure after rebase
- Loading branch information
Viviane Potocnik
committed
Jun 19, 2024
1 parent
ded8afb
commit 9ff2a2c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# | ||
# Authors: Tim Fischer <[email protected]> | ||
# Luca Bertaccini <[email protected]> | ||
# Viviane Potocnik <[email protected]> | ||
# Viviene Potocnik <[email protected]> | ||
# Luca Colagrande <[email protected]> | ||
|
||
import numpy as np | ||
|