diff --git a/heat/cw4heat/__init__.py b/heat/cw4heat/__init__.py index 2ead4e216e..668ac0b85a 100644 --- a/heat/cw4heat/__init__.py +++ b/heat/cw4heat/__init__.py @@ -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(