Skip to content
Snippets Groups Projects
Commit ecc169e8 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

json -> yaml

parent e32fb824
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ def test_run():
try:
models_dir = tempfile.mkdtemp(prefix="mhcflurry-test-models")
hyperparameters_filename = os.path.join(
models_dir, "hyperparameters.json")
models_dir, "hyperparameters.yaml")
with open(hyperparameters_filename, "w") as fd:
json.dump(HYPERPARAMETERS, fd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment