Add output-only on UI
This commit is contained in:
parent
bdae79eeda
commit
195450ebc3
15 changed files with 708 additions and 566 deletions
|
@ -254,6 +254,8 @@ class ProblemDataCompiler(object):
|
|||
if "file_io" not in init:
|
||||
init["file_io"] = {}
|
||||
init["file_io"]["output"] = self.data.fileio_output
|
||||
if self.data.output_only:
|
||||
init["output_only"] = True
|
||||
|
||||
return init
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue