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

Autorotate discrete #1032

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable automatic orientation selection if it is specified by the user.
  • Loading branch information
RYangazov committed Apr 8, 2024
commit 67bb1fad67d78e79c173c27372e908256bbd3ba8
888 changes: 888 additions & 0 deletions docs/dev/notebooks/auto_orientation_discretes_with_user_input.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class LayerConfig(
)

if (!clientSide
alshan marked this conversation as resolved.
Show resolved Hide resolved
&& !hasOwn(ORIENTATION)
&& isOrientationApplicable()
&& !DataConfigUtil.isAesDiscrete(
Aes.X,
Expand Down