We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72caffc commit 2ee896cCopy full SHA for 2ee896c
test/test_units.jl
@@ -137,9 +137,9 @@ end
137
!has_cos(member.tree) || any(
138
t ->
139
t.degree == 1 &&
140
- options.operators.unaops[t.op] == cos &&
141
- Node(Float64; feature=1) in t &&
142
- compute_complexity(t, options) > 1,
+ options.operators.unaops[t.op] == cos &&
+ Node(Float64; feature=1) in t &&
+ compute_complexity(t, options) > 1,
143
get_tree(member.tree),
144
) for member in dominating
145
]
@@ -430,6 +430,7 @@ end
430
end
431
432
@testitem "Miscellaneous tests of unit interface" tags = [:part3] begin
433
+ using MLJBase
434
using SymbolicRegression
435
using DynamicQuantities
436
using SymbolicRegression.DimensionalAnalysisModule: @maybe_return_call, WildcardQuantity
0 commit comments