Currently, if I do ``` model = Sem( specification = partable, data = data, meanstructure = false ) ``` and the partable has a mean structure specified, this is just fine. I wonder whether this should deserve a warning message? Let's discuss.