We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60ff78 commit 436f9c9Copy full SHA for 436f9c9
intro_to_wc_modeling/wc_modeling/wc_lang_tutorial/core.py
@@ -44,7 +44,7 @@ def main(examples_dir=os.path.join(os.path.dirname(__file__), 'examples')):
44
# This example illustrates how to write a model to a set of .tsv files
45
# 'examples_dir' is a directory
46
model_filename_pattern = os.path.join(examples_dir, 'example_model-*.tsv')
47
- wc_lang.io.Writer().run(model_filename_pattern, model, set_repo_metadata_from_path=False)
+ wc_lang.io.Writer().run(model_filename_pattern, model, data_repo_metadata=False)
48
49
results.append("write a model to a set of .tsv files: '{}'".format(model_filename_pattern))
50
0 commit comments