Skip to content

Weave: ensure that coherent and semicoherent lattice tilings have the same tiled/non-tiled dimensions

Karl Wette requested to merge (removed):weave-fix-dim-mismatch into master

Description

This fixes a bug in the Weave code. Occasionally, when searching very small parameter spaces, the tiled/non-tiled dimensions of the coherent and semicoherent lattice tilings can end up being different, which the code can't handle. This ensures that the tiled/non-tiled dimensions of the coherent lattice tilings always match the semicoherent lattice tiling.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

N/A

Merge request reports