I am working with a large DEM to create a watershed map for an entire municipality. I am trying to generate streams using the DEM rather than burning in national hydrography dataset streams as they don't line up well. I have identified areas where bridges/roads are creating walls and created a culvert line feature class with lines across these roads. I used this feature class in the create drainage line structures tools, but when I move on to DEM reconditioning I get the following error "['line 235', 'c:\\program files\\arcgis\\pro\\Resources\\ArcToolbox\\Scripts\\ArcHydro\\demreconditioning.py', "TypeError: '<=' not supported between instances of 'NoneType' and 'int'"]". Should I have checked the "use raster extent" box on create drainage line structures? Or is there another reason I am getting null values?