klaas-koster
klaas-koster
The call in main.py to write_closure_info_to_log() is hardwired to pass on the second, third, and fourth angle. That looks like a remnant from the past where the code assumed the...
I found that the dimensions of the X and Y axis set using cube_shape in the configuration JSON file are assumed to be the same in the code: the relative...
The parameters for the onlap layers are hardwired in Horizons.py on line 349: onlap_layer_list = np.sort( np.random.uniform( low=5, high=200, size=int(np.random.triangular(1, 4, 7) + 0.5) ).astype("int") ) This means that there...
When running the synthoseis-quick-start notebook with the supplied example.json config file, get_middle_z regularly generates an error that random_idx cannot be calculated because xyz_xyz.shape[1] equals 0. The shape of xyz_xyz is...