Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
steuxyo committed Jan 29, 2025
1 parent 479b829 commit e9f777f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cars/applications/dense_matching/census_mccnn_sgm.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def check_conf(self, conf):
fake_dataset = xr.Dataset(
data_vars={},
coords={
"band_im": [(None)],
"band_im": [None],
"row": np.arange(10),
"col": np.arange(10),
},
Expand Down
2 changes: 1 addition & 1 deletion cars/applications/dense_matching/loaders/pandora_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def get_config_input_custom_cars(user_cfg: Dict[str, dict]) -> Dict[str, dict]:


def check_input_section_custom_cars(
user_cfg: Dict[str, dict]
user_cfg: Dict[str, dict],
) -> Dict[str, dict]:
"""
Complete and check if the dictionary is correct
Expand Down

0 comments on commit e9f777f

Please sign in to comment.