We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c8652 commit 435d1ceCopy full SHA for 435d1ce
test/Project.toml
@@ -4,5 +4,6 @@ DataFrameMacros = "75880514-38bc-4a95-a458-c2aea5a3a702"
4
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5
EasyHybrid = "61bb816a-e6af-4913-ab9e-91bff2e122e3"
6
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
7
+Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
8
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test/runtests.jl
@@ -4,6 +4,7 @@ using Chain: @chain
using DataFrames
using DataFrameMacros
using Flux
+using Lux
using Random
10
dk = gen_linear_data()
0 commit comments