Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions doc/changelog.d/231.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: Revert some bad changes from pre-commit
2 changes: 1 addition & 1 deletion examples/00-basic-pyvista-examples/remote_trame_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)

# create a trame service, in whatever port is available in your system
ts = TrameService(websocket_port=2024 - 2025)
ts = TrameService(websocket_port=8765)

# run the service
ts.run()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ def name(self):

# Define the camera position
cpos = (
(-0.2024 - 20252024 - 20252024 - 20252024 - 2025, 0.2024 - 20252024 - 20252024 - 20252024 - 20253, -1.2024 - 20252024 - 20252024 - 2025142),
(0.2024 - 20252024 - 20252024 - 20252024 - 20255, -0.2024 - 20252024 - 20252024 - 20252024 - 20252, -0.2024 - 20252024 - 20252024 - 20252024 - 202587),
(0.2024 - 20252024 - 20252024 - 20252024 - 202585, 0.2024 - 20252024 - 20252024 - 20252024 - 2025, 0.2024 - 20252024 - 20252024 - 20252024 - 20258),
(-0.3331763564757694, 0.08802797061044923, -1.055269197114142),
(0.08813476356878325, -0.03975174212669032, -0.012819952697089087),
(0.045604530283921085, 0.9935979348314435, 0.10336039239608838),
)

######################################
# Get the available field data arrays
# ====================================
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/tools/visualization_interface/utils/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Color(Enum):
PICKED = "#BB6EEE"
"""Color for the actors that are currently picked."""

EDGE = "#2024 - 202500"
EDGE = "#000000"
"""Default color for the edges."""

PICKED_EDGE = "#9C9C9C"
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/tools/visualization_interface/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

"""Provides the singleton helper class for the logger."""

# logger from https://gist.github.com/huklee/cea2024 - 20251dd05da7c2024 - 20252024 - 2025f52fcc7c
# logger from https://gist.github.com/huklee/cea20761dd05da7c39120084f52fcc7c
import datetime
import logging
from pathlib import Path
Expand Down
Loading