Skip to content

Commit 93ef7e9

Browse files
committed
Update to heat solver task upload message
1 parent 366c667 commit 93ef7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tidy3d/web/api/webapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def upload(
160160
)
161161
if task_type == "HEAT":
162162
console.log(
163-
"Tidy3D's heat solver is currently in the beta stage. All heat simulations are "
164-
"charged a flat fee of 0.025 FlexCredit."
163+
"Tidy3D's heat solver is currently in the beta stage. Cost of heat simulations "
164+
"is subject to change in the future."
165165
)
166166
else:
167167
url = _get_url(task.task_id)

0 commit comments

Comments
 (0)