Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[BUG] Remove pyro as gempy dependency
  • Loading branch information
Leguark committed May 26, 2025
commit 433db595434dec94407b690de28f13ada96f95f6
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
import dotenv
import numpy as np
import torch
import pyro
import time
import gempy as gp
import gempy_viewer as gpv

from ._aux_func import process_file, initialize_geo_model

Expand All @@ -16,7 +14,6 @@
# Config
seed = 123456
torch.manual_seed(seed)
pyro.set_rng_seed(seed)

# %%
# Start the timer for benchmarking purposes
Expand Down