"data/lyft/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "ec98288876c707eb01fc78f32abf2e18dd7d7950"
Commit c6e82f02 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove leftover if condition

parent 60d3b198
...@@ -87,8 +87,6 @@ def model_config(name, train=False, low_prec=False): ...@@ -87,8 +87,6 @@ def model_config(name, train=False, low_prec=False):
# a global constant # a global constant
set_inf(c, 1e4) set_inf(c, 1e4)
if tm:
return c return c
......
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