Source code for yggdrasil.examples.wofost
[docs]def get_testing_options():
r"""Get testing parameters for this example."""
return dict(
skip_check_results=True,
output_dir=None,
output_files=['output.txt'])
[docs]def get_testing_options():
r"""Get testing parameters for this example."""
return dict(
skip_check_results=True,
output_dir=None,
output_files=['output.txt'])