Commit 0a69fc3
authored
Doc String - Gradient Argument -- Update heat_map.py
In the docstring, the gradient dictionary keys are mentioned as integers, but I believe the backend code expects them to be strings. So, I changed the docstring to reflect this, from integer values (e.g., .8) to string values (e.g., ".8").1 parent 4b77743 commit 0a69fc3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments