Skip to content

Commit ca58863

Browse files
bottlerfacebook-github-bot
authored andcommitted
yaml test fix
Summary: Yaml bool case fix Reviewed By: shapovalov Differential Revision: D40623031 fbshipit-source-id: 29b2fba171c2cbebfa03834e38b614d07275c997
1 parent 74754bb commit ca58863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/implicitron_trainer/tests/experiment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ model_factory_ImplicitronModelFactory_args:
235235
surface_thickness: 1
236236
bg_color:
237237
- 0.0
238-
replicate_last_interval: False
238+
replicate_last_interval: false
239239
background_opacity: 0.0
240240
density_relu: true
241241
blend_output: false
242242
raymarcher_EmissionAbsorptionRaymarcher_args:
243243
surface_thickness: 1
244244
bg_color:
245245
- 0.0
246-
replicate_last_interval: False
246+
replicate_last_interval: false
247247
background_opacity: 10000000000.0
248248
density_relu: true
249249
blend_output: false

0 commit comments

Comments
 (0)