Open FraserGreenroyd opened 3 years ago
A NullCheck
method has been added to the Geometry_Engine - it is worth considering adding a deepCheck
variable. See explanation here: https://github.com/BHoM/BHoM_Engine/pull/2504#discussion_r644040971
@FraserGreenroyd - is the above list exhaustive in that it contains only the methods requiring null handling and those left out do not require null handling?
Correct as at time of publishing yes @rolyhudson - anything not included did not appear in the reports at the time run.
Note, where the
method
begins withBH.oM
- this means it is aCreate
method.The following methods need appropriate
null
handling of their inputs. You can use@BHoMBot check null-handling
on a draft PR to check progress if needed - you're ultimately looking for a reduction in errors from themaster
/main
branch. I can run more localised tests to confirm against if needed to confirm specific methods.