Closed
Description
flax.linen.Module.setup()
should not be called directly because it needs a flax.linen.Scope
to be set up properly.
Since #653 there is no more exception risen when a user inadvertently calls flax.linen.Module.setup()
(though there probably will be error messages if the user tries to access the scope...)