Skip to content

Commit

Permalink
git blame: ignore prettier reformat (#2299)
Browse files Browse the repository at this point in the history
* git blame: ignore prettier reformat

* Fix file that was merged during review process
  • Loading branch information
adamjstewart authored Sep 17, 2024
1 parent 6a5aaf4 commit 8747aca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Double quote -> single quote
# Prettier: double quote -> single quote
6a5aaf4b93507072d40dcd78114893362c4eaf6e
# Ruff: double quote -> single quote
b09122f3e4a9cb422f6747bf33eca02993f67549
# Prettier
bd9c75798eede1a4b7d7ecd6203179d3cb5e54dd
Expand Down
8 changes: 4 additions & 4 deletions tests/conf/landcoverai100.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
model:
class_path: SemanticSegmentationTask
init_args:
loss: "ce"
model: "unet"
backbone: "resnet18"
loss: 'ce'
model: 'unet'
backbone: 'resnet18'
in_channels: 3
num_classes: 5
num_filters: 1
Expand All @@ -13,4 +13,4 @@ data:
init_args:
batch_size: 1
dict_kwargs:
root: "tests/data/landcoverai"
root: 'tests/data/landcoverai'

0 comments on commit 8747aca

Please sign in to comment.