Skip to content

Commit

Permalink
Use deep remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Oct 10, 2023
1 parent 20f15dc commit 994b32b
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-builder-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def instancer_params(self):
def variable_postprocess_steps(self):
return [
{"operation": "subspace", "axes": self.instancer_params},
{"operation": "remap", "mappings": self.mapping},
{"operation": "remap", "args": "--deep", "mappings": self.mapping},
{"operation": "hbsubset"},
{"operation": "fix"},
{"operation": "buildStat", "other_args": "--src " + self.stat_file},
Expand Down
Loading

0 comments on commit 994b32b

Please sign in to comment.