Hi all,
I have some comp models which contain distrib information. Such models cannot be flattened at the moment (and therefore not be simulated).
Most models only contain uncertainties which would not affect simulators, but I still cannot simulate such models because I cannot flatten them.
I am getting the following error:
CompFlatteningConverter has encountered a required package for which the necessary routines to allow flattening have not yet been implemented.
The CompFlatteningConverter has the 'abortIfUnflattenable' option set to 'requiredOnly' and thus flattening will not be attempted.
It would be great if distib models could be flattened.
Best Matthias
We defintely are putting this on the to-do list, but in the meantime, there's already an option in the flattening converter to strip out unknown packages. The option is called "stripUnflattenablePackages", and can be set to 'true'.
Thanks. This solves the issue for models which only contain uncertainty information without distributions.