Skip to content

Commit

Permalink
Merge pull request #7 from plant-ai-biophysics-lab/dev
Browse files Browse the repository at this point in the history
Fixes and re-release of v0.2.0
  • Loading branch information
amogh7joshi authored Nov 25, 2021
2 parents 60b7e09 + f44ed2a commit e2dffe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.2'
__version__ = '0.2.0'
__all__ = ['data', 'backend', 'viz']

# If AgML is being imported for the first time, then we need to setup
Expand Down
3 changes: 1 addition & 2 deletions agml/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ def transform(self,
The hierarchy in which transforms are applied is:
transform -> --------|
|-----> dual_transform
target_transform -> --|
Expand Down Expand Up @@ -639,7 +638,7 @@ def transform(self,
- Albumentations transforms are special in that even transforms which
would normally be passed to `dual_transform` (e.g., they act on the
input image and the output annotation) can simply be passed to the
`transform` method and they will automatically be applied.
`transform` argument and they will automatically be applied.
"""
self._manager.push_transforms(
transform = transform,
Expand Down

0 comments on commit e2dffe1

Please sign in to comment.