You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that we can remove the replaceInMemory, because all it actually does is to "delete a tag from the multitagged object, and delete object that only have that tag". Being it only used in the FileAdapter, we can:
remove the method
find appropriate solution for the fileAdapter
only have 1 "Replace" method instead of "ReplaceThroughAPI" and "ReplaceInMemory"
Issue description
The
ReplaceInMemory
method performs the Venn diagram intersection, applies theMapSpecialProperties()
method to it, then discards it:BHoM_Adapter/BHoM_Adapter/CRUD/Replace.cs
Lines 144 to 149 in 12304b8
Proposed change
The text was updated successfully, but these errors were encountered: