Skip to content

Commit 012e133

Browse files
committed
fix linter errors
1 parent 237ebca commit 012e133

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PyStemmusScope/bmi/local_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(self, cfg_file: str) -> None:
8787
self.cfg_file = cfg_file
8888
config = read_config(cfg_file)
8989
self.sleep_duration = int(config.get("SleepDuration", 10))
90-
90+
9191
exe_file = find_exe(config)
9292
args = [exe_file, cfg_file, "bmi"]
9393

PyStemmusScope/bmi/variable_reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BmiVariable:
2727
grid=0,
2828
keys=["fluxes", "Resp"],
2929
),
30-
BmiVariable(
30+
BmiVariable(
3131
name="precipitation",
3232
dtype="float64",
3333
input=True,
@@ -56,7 +56,7 @@ class BmiVariable:
5656
grid=0,
5757
keys=["Evap"],
5858
),
59-
BmiVariable(
59+
BmiVariable(
6060
name="transpiration_total",
6161
dtype="float64",
6262
input=False,

0 commit comments

Comments
 (0)