BHoM / SAP_Toolkit

GNU Lesser General Public License v3.0
4 stars 2 forks source link

Fix null check error #97

Closed EKAdebo closed 1 year ago

EKAdebo commented 1 year ago

Description:

Within the parametrics methods, the method IsNullOrEmpty is called, this produces an error in the grasshopper components that reads "Cannot evaluate ____ because the List failed a null check".

Switch out this method for equivalent so that this error is not produced.