Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in Visualizer when plotting temporal data w/ batch size 1 #1958

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

AdeelH
Copy link
Collaborator

@AdeelH AdeelH commented Oct 12, 2023

Overview

Fixes #1956

Checklist

  • Added needs-backport label if PR is bug fix that applies to previous minor release
  • Ran scripts/format_code and committed any changes
  • Documentation updated if needed
  • PR has a name that won't get you publicly shamed for vagueness

Notes

N/A

Testing Instructions

  • See new unit tests.

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #1958 (de92fc7) into master (e4e10ad) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1958   +/-   ##
=======================================
  Coverage   82.47%   82.47%           
=======================================
  Files         190      190           
  Lines        9337     9337           
=======================================
  Hits         7701     7701           
  Misses       1636     1636           
Files Coverage Δ
...n/pytorch_learner/dataset/visualizer/visualizer.py 96.55% <100.00%> (ø)

@AdeelH AdeelH marked this pull request as ready for review October 12, 2023 14:37
@AdeelH AdeelH merged commit 43e3164 into azavea:master Oct 12, 2023
2 checks passed
@AdeelH AdeelH deleted the subfigures branch October 12, 2023 15:25
@AdeelH AdeelH added the needs-backport This PR needs to be backported to release branches label Oct 12, 2023
@AdeelH AdeelH changed the title Fix bug in visualizer when plotting temporal data w/ batch size 1 Fix bug in Visualizer when plotting temporal data w/ batch size 1 Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-backport This PR needs to be backported to release branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-temporal raster source visualizer fails when batch size is 1
1 participant