Commit ca588633 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

yaml test fix

Summary: Yaml bool case fix

Reviewed By: shapovalov

Differential Revision: D40623031

fbshipit-source-id: 29b2fba171c2cbebfa03834e38b614d07275c997
parent 74754bbf
......@@ -235,7 +235,7 @@ model_factory_ImplicitronModelFactory_args:
surface_thickness: 1
bg_color:
- 0.0
replicate_last_interval: False
replicate_last_interval: false
background_opacity: 0.0
density_relu: true
blend_output: false
......@@ -243,7 +243,7 @@ model_factory_ImplicitronModelFactory_args:
surface_thickness: 1
bg_color:
- 0.0
replicate_last_interval: False
replicate_last_interval: false
background_opacity: 10000000000.0
density_relu: true
blend_output: false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment