Skip to content

Commit 20adf74

Browse files
committed
fix downsize
1 parent bef166b commit 20adf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/MLJ/clean.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function MMI.clean!(m::SymbolicModel)
100100

101101
m.relations, _w = SoleData.autorelations(m.relations); warning *= _w
102102
m.conditions, _w = SoleData.autoconditions(m.conditions); warning *= _w
103-
m.downsize, _w = SoleData.autodownsize(m.downsize); warning *= _w
103+
m.downsize, _w = SoleData.autodownsize(m); warning *= _w
104104

105105
if !(isnothing(m.initconditions) ||
106106
m.initconditions isa Symbol && m.initconditions in keys(AVAILABLE_INITCONDITIONS) ||

0 commit comments

Comments
 (0)