Skip to content

Commit

Permalink
adding dot
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlimb committed Aug 20, 2021
1 parent 8c34fd9 commit a99ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat/cw4heat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __getattr__(self, attr):
# (lists taken from list of methods in array-API)
# Again, we simply make lambdas which submit appropriate Tasks

fixme_funcs = ["load_csv", "array", "triu", "copy", "repeat"]
fixme_funcs = ["load_csv", "array", "triu", "copy", "repeat", "dot"]
for func in aa_tlfuncs + fixme_funcs:
if func == "meshgrid":
exec(
Expand Down

0 comments on commit a99ba9a

Please sign in to comment.