improve format

This commit is contained in:
Noe Brucy
2020-12-14 16:05:04 +01:00
parent 1a7b33f662
commit 61da2aaa46
13 changed files with 134 additions and 132 deletions
+11 -3
View File
@@ -2,12 +2,14 @@
# coding: utf-8
import os
import glob
import os
from functools import partial
from pp_params import *
import f90nml
from pp_params import *
class NamelistRecursive:
def __init__(self, namelist):
@@ -107,7 +109,13 @@ class RunSelector:
in_nums[run] = nums_temp
for i, run in enumerate(self.runs):
self.nums[run] = self.get_nums(run, in_nums[run], time_min, time_max, time)
self.nums[run] = self.get_nums(
run,
in_nums[run],
time_min,
time_max,
time,
)
def select(
self,