Closed michaelbaisch closed 6 months ago
The function 'connected_edge' does not have "radian2angle" variable in the scope, and it returns error: https://github.com/dwkim78/ASTRiDE/pull/27/files#r1604213231
Please fix the issue and commit again. Or let me know if I miss something.
P.S. I used single quotation mark for string rather than double in the ASTRiDE code. If you don't mind, could you change them (for the code consistency)?
D.-W.
Sorry, I didn't notice the missing radian2angle
definition earlier. I set connectivity_angle
to zero because I was getting false positive connections.
Regarding the double quotations, I used the Black formatter with the default settings, which uses double quotes.
…points, and length:
quantify()
since the slope and intercept are needed for further calculations.write_outputs
to handle the additional data and add an optional filename argument.23