We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f641c86 commit cc8c9afCopy full SHA for cc8c9af
1 file changed
pyCIAM/run.py
@@ -1562,12 +1562,6 @@ def execute_pyciam(
1562
params = pd.read_json(params_path)["values"]
1563
params.update(params_override)
1564
1565
- # determine whether to check for finished jobs
1566
- if output_path is None:
1567
- check = False
1568
- else:
1569
- check = True
1570
-
1571
attr_dict = {
1572
"updated": pd.Timestamp.now(tz="US/Pacific").strftime("%c"),
1573
"planning_period_start_years": params.at_start,
0 commit comments