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
Currently, the transform() function requires fields and maps. However, the fields are only required to recover the mapper for each map, and call its .transform() method.
Alternatively, we could return to a system where the mappers can be reconstructed from the metadata of each map. The main reason this was abandoned was that it made it harder to use Heracles with external maps which don't have the required metadata. However, the metadata for external maps needs to be updated anyway even now (#201).
The text was updated successfully, but these errors were encountered:
Currently, the
transform()
function requires fields and maps. However, the fields are only required to recover the mapper for each map, and call its.transform()
method.Alternatively, we could return to a system where the mappers can be reconstructed from the metadata of each map. The main reason this was abandoned was that it made it harder to use Heracles with external maps which don't have the required metadata. However, the metadata for external maps needs to be updated anyway even now (#201).
The text was updated successfully, but these errors were encountered: