Skip to content

Commit

Permalink
bug fix in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
htjb committed May 17, 2021
1 parent 92d92ff commit 734e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ of a set of signals given their corresponding parameters.
parameters = np.loadtxt('downloaded_data/test_data.txt')
labels = np.loadtxt('downloaded_data/test_labels.txt')
plotter = signal_plot(parameters, labels, 'rmse', predictor, 'T_release/',
plotter = signal_plot(parameters, labels, 'rmse', predictor, '../T_release/',
loss_label='RMSE = {:.4f} [mK]')
This particular example uses the ``'rmse'`` loss function that is built into
Expand Down

0 comments on commit 734e08d

Please sign in to comment.