Skip to content

Commit

Permalink
issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 29, 2023
1 parent 12ff4cc commit b366429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/backend/user_session/routers/surface/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ async def well_intersection_reals_from_user_session(
for uuid, surface in downloaded_surface_dict.items():
await cache.set(f"{authenticated_user._user_id}-{uuid}", surface)
surfaces.append(surface)

else:
elapsed_download = 0
elapsed_xtgeo = 0
# Intersect
fence_arr = np.array(
[
Expand Down

0 comments on commit b366429

Please sign in to comment.