From ecc169e85b3ee032ad3a5260d0c69853e93c50f0 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Tue, 14 Nov 2017 14:50:23 -0500 Subject: [PATCH] json -> yaml --- test/test_train_allele_specific_models_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_train_allele_specific_models_command.py b/test/test_train_allele_specific_models_command.py index 41fa9e3f..5c3fbcfc 100644 --- a/test/test_train_allele_specific_models_command.py +++ b/test/test_train_allele_specific_models_command.py @@ -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) -- GitLab