Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Dec 5, 2023
1 parent dc2415d commit 5bc3c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sine.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_sine():
plot_to_tensorboard(writer, "Plot/train", i)

# Test observation
obs = dataset._generate_observation(size)
obs = dataset.generate_observation(size)
plt.cla()
plot_evaluation(model, dataset, obs)
plot_observation(obs)
Expand Down

0 comments on commit 5bc3c8b

Please sign in to comment.