From d33065c5728440623fbfa420794d8a31cf065f07 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 4 May 2020 07:05:03 +0200 Subject: [PATCH] Update interfacemethod.py --- pyiron/thermodynamics/interfacemethod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyiron/thermodynamics/interfacemethod.py b/pyiron/thermodynamics/interfacemethod.py index c0bf3ed48..af0cfc2f1 100644 --- a/pyiron/thermodynamics/interfacemethod.py +++ b/pyiron/thermodynamics/interfacemethod.py @@ -723,7 +723,7 @@ def validate_convergence(pr, temperature_left, temperature_next, temperature_rig 'ratio_boundary': ratio_boundary, 'temperature_next': temperature_next, 'center': center} - with open(os.path.join(pr.path, output_file), 'w') as f: + with open(output_file, 'w') as f: json.dump(step_dict, f) else: timestep = step_dict[step_count]['timestep']