Skip to content

Commit

Permalink
Merge pull request #48 from RMeli/issue-47
Browse files Browse the repository at this point in the history
Fix random translation
  • Loading branch information
RMeli committed Aug 18, 2022
2 parents 34650b8 + 754bffc commit 4b83656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# TODO: Install package and run tests from TestPyPI

- name: Publish on TestPyPI
- name: Publish on PyPI
if: github.event_name == 'release' && github.event.action == 'published'
uses: pypa/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion gninatorch/dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def __next__(self):
self.grid_maker.forward(
batch,
grids,
random_translation=self.random_rotation,
random_translation=self.random_translation,
random_rotation=self.random_rotation,
)

Expand Down

0 comments on commit 4b83656

Please sign in to comment.