This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Profiles are not guaranteed to succeed even when they have solutions #1543
Labels
bug
Something isn't working
Bug Report
Steps to Reproduce:
Run
generate --max-rows=1000 --profile-file=C:\src\DataHelix\profile.json
with profile:
Expected Result:
Valid solutions
Actual Result:
Generates a number of rows of data before stopping with error
Solution
This occurs because we do not calculate the solution space in its entirety, and instead make some assumptions that we hope are likely to hold true for the solution we are generating. Of course they don't always hold true, leading to an error.
The text was updated successfully, but these errors were encountered: