MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

Can't join() Hypergrids on Dimension names with a dot "." in them

Open bpkroth opened this issue 4 years ago • 0 comments

The . character is used internally to signify hierarchical hypergrids so has issues when attempting to join() based on parameter names such as spark.offHeap.enabled and spark.offHeap.size.

We should switch to using a different character internally for splitting/joining hierarchical parameter names.

bpkroth avatar Nov 02 '21 19:11 bpkroth