Skip to content

Augments#3

Open
jcole75 wants to merge 4 commits intomasterfrom
augments
Open

Augments#3
jcole75 wants to merge 4 commits intomasterfrom
augments

Conversation

@jcole75
Copy link
Copy Markdown

@jcole75 jcole75 commented Aug 6, 2022

Added 5 hand crafted puzzles. Parapraxis

Copy link
Copy Markdown
Contributor

@yk yk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot. I just left one question


def _augment(self, augmenter: Callable, with_solution: bool) -> 'BoardPair':
this = self if self.original is None else self.original
input = augmenter(this.input.data)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems like this will change the type of input and output from Board to list[list[int]]. Could we either make this back into Board here, or have the augmentation functions output Boards?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcole75 ping :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants