Skip to content
Snippets Groups Projects

Fix: Do not apply mg shift by default

Merged Mikhail Karnevskiy requested to merge fix/no_mg_shift into master
1 unresolved thread

@ahmedk Medium gain shift of the offset should not be applied by default.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
267 267 med = np.nanmedian(ado, axis=(1, 2))[:, None, None]
268 268 doff[:, i * 64:(i + 1) * 64, j * 64:(j + 1) * 64] = med
269 269
270 self.offset[..., 1] += doff
270 # self.offset[..., 1] += doff
  • beside the tiny comment, LGTM

  • added 1 commit

    • 1afea91f - Do not apply mg shift by default

    Compare with previous version

  • mentioned in commit 8352b28b

  • Please register or sign in to reply
    Loading