Skip to content

Commit

Permalink
Update tensor_prod.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinachboul authored Jan 15, 2024
1 parent 7fec363 commit 6b07943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tensor_prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end
```

Visualize training data and the true function
```example tensor
```@example tensor
function plot_data_and_true_function(x_train, y_train, x_test, y_test, a, lb, ub)
xs = range(lb, ub, length=1000)
plot(xs, tensor_product_function.(xs, a), label="True Function", legend=:top)
Expand Down

0 comments on commit 6b07943

Please sign in to comment.