We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 046c9b8 + 95cc0cd commit c39d1e8Copy full SHA for c39d1e8
1 file changed
src/utils.py
@@ -73,7 +73,8 @@ def element_wise_multiply(a: np.array, b: np.array) -> np.array:
73
74
return np.multiply(a, b)
75
76
-def return_hexadecimal(a: int) -> float:
+# change output type of return_hexadecimal function
77
+def return_hexadecimal(a: int) -> str:
78
'''
79
...
80
0 commit comments