Skip to content

Commit

Permalink
Merge remote-tracking branch 'rubenthoms/drag-list-components' into 2…
Browse files Browse the repository at this point in the history
…d-viewer
  • Loading branch information
rubenthoms committed Aug 28, 2024
2 parents 7f6d852 + 548e20c commit 760ddae
Show file tree
Hide file tree
Showing 35 changed files with 256 additions and 2,368 deletions.
10 changes: 5 additions & 5 deletions backend_py/primary/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions backend_py/primary/primary/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from primary.routers.general import router as general_router
from primary.routers.graph.router import router as graph_router
from primary.routers.grid3d.router import router as grid3d_router
from primary.routers.grid3d.router_vtk import router as grid3d_router_vtk
from primary.routers.group_tree.router import router as group_tree_router
from primary.routers.inplace_volumetrics.router import router as inplace_volumetrics_router
from primary.routers.observations.router import router as observations_router
Expand Down Expand Up @@ -79,7 +78,6 @@ def custom_generate_unique_id(route: APIRoute) -> str:
app.include_router(parameters_router, prefix="/parameters", tags=["parameters"])
app.include_router(correlations_router, prefix="/correlations", tags=["correlations"])
app.include_router(grid3d_router, prefix="/grid3d", tags=["grid3d"])
app.include_router(grid3d_router_vtk, prefix="/grid3d", tags=["grid3d"])
app.include_router(group_tree_router, prefix="/group_tree", tags=["group_tree"])
app.include_router(pvt_router, prefix="/pvt", tags=["pvt"])
app.include_router(well_completions_router, prefix="/well_completions", tags=["well_completions"])
Expand Down
187 changes: 0 additions & 187 deletions backend_py/primary/primary/routers/grid3d/router_vtk.py

This file was deleted.

25 changes: 0 additions & 25 deletions backend_py/primary/primary/routers/grid3d/schemas_vtk.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

class UserComponent(str, Enum):
GRID3D_RI = "GRID3D_RI"
GRID3D_VTK = "GRID3D_VTK"
MOCK = "MOCK"


Expand Down Expand Up @@ -53,12 +52,6 @@ class _UserSessionDef:
resource_req=RadixResourceRequests(cpu="4", memory="16Gi"),
payload_dict={"ri_omp_num_treads": 4},
),
UserComponent.GRID3D_VTK: _UserSessionDef(
job_component_name="user-grid3d-vtk",
port=8003,
resource_req=RadixResourceRequests(cpu="200m", memory="400Mi"),
payload_dict=None,
),
}


Expand Down
2 changes: 1 addition & 1 deletion backend_py/primary/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ numpy = "^1.24.1"
orjson = "^3.8.10"
pandas = {version = "2.0.1", extras = ["performance"]}
httpx = "^0.24.0"
fmu-sumo = "1.2.4"
fmu-sumo = "1.2.5"
sumo-wrapper-python = "1.0.9"
azure-monitor-opentelemetry = "^1.1.0"
requests-toolbelt = "^1.0.0"
Expand Down
26 changes: 0 additions & 26 deletions backend_py/user_grid3d_vtk/Dockerfile

This file was deleted.

Loading

0 comments on commit 760ddae

Please sign in to comment.