missing compile option check
it can happen, that compile options are not set if self.compile_options = ...
was never executed. For this case it is required to add a check, because MLAir wouldn't raise an error if not called.
it can happen, that compile options are not set if self.compile_options = ...
was never executed. For this case it is required to add a check, because MLAir wouldn't raise an error if not called.