Skip to content

Commit

Permalink
maint[web]: change plot_3d iframe url to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
majinge7846 authored and yaugenst-flex committed Feb 11, 2025
1 parent 7e3d631 commit ddd32a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The coordinate of snapping points in `GridSpec` can take value `None`, so that mesh can be selectively snapped only along certain dimensions.
- Grid snapping for `MeshOverrideStructure` with `shadow=False` is only on if the structure refines the mesh.
- Renamed `SkinDepthFitterParam` --> `SurfaceImpedanceFitterParam` used in `LossyMetalMedium`. `plot` in `LossyMetalMedium` now plots complex-valued surface impedance.
- Changed plot_3d iframe url to tidy3d production environment.

### Fixed
- Make gauge selection for non-converged modes more robust.
Expand Down
2 changes: 1 addition & 1 deletion tidy3d/components/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def plot_sim_3d(sim, width=800, height=800) -> None:
(function() {
const TARGET_CLASS = "simulation-viewer";
const ACTIVE_CLASS = "simulation-viewer-active";
const VIEWER_URL = "https://feature-simulation-viewer.d3a9gfg7glllfq.amplifyapp.com/simulation-viewer";
const VIEWER_URL = "https://tidy3d.simulation.cloud/simulation-viewer";
class SimulationViewerInjector {
constructor() {
Expand Down

0 comments on commit ddd32a0

Please sign in to comment.