RWTH-EBC/FiLiP

Semantics: Flexible model generation output

Closed this issue · 1 comments

Currently the generate_vocabulary_models always produces a python file with the given path and filename.

To be more flexible with its usage, it should only save the models if both path and filename are given, else it returns the file-content as string.

This opens the possibilities for easier transference of models to a backend server. It is an optional feature which does not impact any currently implemented logic.