Skip to content

Commit 2803b55

Browse files
Alexey Stukalovalyst
authored andcommitted
remove module spec
1 parent af939be commit 2803b55

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/diff/Empty.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ update_observed(optimizer::SemOptimizerEmpty, observed::SemObserved; kwargs...)
3434
############################################################################################
3535

3636
function Base.show(io::IO, struct_inst::SemOptimizerEmpty)
37-
StructuralEquationModels.print_type_name(io, struct_inst)
37+
print_type_name(io, struct_inst)
3838
end

src/imply/empty.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ end
3636

3737
function ImplyEmpty(; specification, kwargs...)
3838
ram_matrices = RAMMatrices(specification)
39-
identifier = StructuralEquationModels.identifier(ram_matrices)
4039

4140
n_par = length(ram_matrices.parameters)
4241

43-
return ImplyEmpty(identifier, n_par)
42+
return ImplyEmpty(identifier(ram_matrices), n_par)
4443
end
4544

4645
############################################################################################

0 commit comments

Comments
 (0)