diff --git a/gt_segmented_cf.py b/gt_segmented_cf.py index de1db6f03174339828d514408e160f73aad5a640..aa76980feefee82bdeb2682d817e3e99e0da69bf 100644 --- a/gt_segmented_cf.py +++ b/gt_segmented_cf.py @@ -83,8 +83,7 @@ def calculate_radii_and_rossby(start, end, inc, segment, e_overestim, ext_shp_rc # grab e_overestim ############################### -node_id_param_file = "/data/misic/Convert_Global/node_id_param.json" -with open(node_id_param_file) as f: node_id_param = json.load(f) +with open("node_id_param.json") as f: node_id_param = json.load(f) # assign attributes to the whole graphs e_overestim = node_id_param["e_overestim"]