You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When alchemist search for suitable constructors given the provided arguments, it gives back an error each time a constructor does not fit. For example:
10:09:52.342 [main] WARN it.unibo.alchemist.boundary.loader.util.JVMConstructor -- - InstancingImpossibleException: Could not create an instance with public it.unibo.alchemist.boundary.launchers.DefaultLauncher(java.util.List,boolean,boolean,int,int,kotlin.jvm.internal.DefaultConstructorMarker): discarded because incompatible with provided parameters [ArrayList, Boolean, Boolean, Integer]
[...]
10:10:02.110 [Alchemist Pool 0 worker 3] WARN it.unibo.alchemist.boundary.loader.util.JVMConstructor -- - InstancingImpossibleException: Could not create an instance with public it.unibo.alchemist.model.timedistributions.ExponentialTime(double,it.unibo.alchemist.model.Time,org.apache.commons.math3.random.RandomGenerator): discarded because incompatible with provided parameters [Double]
It is possible to hide them if it is not a blocking error?
The text was updated successfully, but these errors were encountered:
There should be a --verbosity error level, the default is warning. I would still hide them by default, they are de-facto info loggings. In general the explainability of the loading process should be improved
When alchemist search for suitable constructors given the provided arguments, it gives back an error each time a constructor does not fit. For example:
It is possible to hide them if it is not a blocking error?
The text was updated successfully, but these errors were encountered: