Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 7daf01f

Browse files
committed
Check notebooks
1 parent fd8ecfb commit 7daf01f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

example/DoublePendulum/notebook/double_pendulum.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.16.0
2+
# v0.19.0
33

44
using Markdown
55
using InteractiveUtils
@@ -28,10 +28,7 @@ The data is provided by [IBM](https://developer.ibm.com/exchanges/data/all/doubl
2828
"
2929

3030
# ╔═╡ 5268feee-bda2-4612-9d4c-a1db424a11c7
31-
data_x, data_y, _, _ = DoublePendulum.preprocess(
32-
DoublePendulum.get_data(i=20),
33-
ratio=1
34-
);
31+
data_x, data_y = DoublePendulum.preprocess(DoublePendulum.get_data(i=20));
3532

3633
# ╔═╡ 4d0b08a4-8a54-41fd-997f-ad54d4c984cd
3734
m = DoublePendulum.get_model();

example/DoublePendulum/test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ using Test
99
learner = DoublePendulum.train(epochs=5)
1010
loss = learner.cbstate.metricsepoch[ValidationPhase()][:Loss].values[end]
1111
@test loss < 0.05
12-
1312
end

example/FlowOverCircle/notebook/mno.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.15.1
2+
# v0.19.0
33

44
using Markdown
55
using InteractiveUtils

0 commit comments

Comments
 (0)