Skip to content

Commit

Permalink
Update to heat solver task upload message
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-flex committed Jan 8, 2024
1 parent 366c667 commit 93ef7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidy3d/web/api/webapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ def upload(
)
if task_type == "HEAT":
console.log(
"Tidy3D's heat solver is currently in the beta stage. All heat simulations are "
"charged a flat fee of 0.025 FlexCredit."
"Tidy3D's heat solver is currently in the beta stage. Cost of heat simulations "
"is subject to change in the future."
)
else:
url = _get_url(task.task_id)
Expand Down

0 comments on commit 93ef7e9

Please sign in to comment.