We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug set surface info not take effect in method add_surface_points
To Reproduce Provide detailed steps to reproduce the behavior:
# Importing GemPy import gempy as gp geo_model = gp.create_model('Model1') geo_model = gp.init_data(geo_model, extent=[0, 791, 0, 200, -582, 0], resolution=[100, 10, 100]) gp.set_interpolator(geo_model, verbose=[]) geo_model.set_default_surfaces() geo_model.add_surface_points(X=223, Y=0.01, Z=-94, surface='surface1') geo_model.add_surface_points(X=458, Y=0, Z=-107, surface='surface1') geo_model.add_surface_points(X=612, Y=0, Z=-14, surface='surface1') geo_model.add_orientations(X=350, Y=0, Z=-300, surface='surface1', pole_vector=(0, 0, 1)) geo_model.add_surface_points(X=225, Y=1, Z=-269, surface='surface2') geo_model.add_surface_points(X=459, Y=1, Z=-279, surface='surface2') gp.compute_model(geo_model) # Plot in 2D gp.plot_2d(geo_model, cell_number=5, legend='force') # Plot in 3D # gp.plot_3d(geo_model)
Expected behavior the points in surface2 show correct info
Screenshots points at surface2 still show surface1 color
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @llcat thanks for submitting this bug. We'll take a look into it asap. Stay tuned
Sorry, something went wrong.
Should be fixed in the new released version 2.3.1 on pip and here as release.
👏 👏 👏 great job!
Japhiolite
No branches or pull requests
Describe the bug
set surface info not take effect in method add_surface_points
To Reproduce
Provide detailed steps to reproduce the behavior:
Expected behavior
the points in surface2 show correct info
Screenshots
points at surface2 still show surface1 color
Desktop (please complete the following information):
2.3.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: