Skip to content

Commit c62f973

Browse files
committed
[ENH/WIP] New activation function
1 parent f7847a4 commit c62f973

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_gradients/test_gradients_I.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,16 @@ def model(sigoid_slope=100, plot=False):
3232
if plot:
3333
gpv.plot_2d(geo_model, show_scalar=False, kwargs_lithology={
3434
"plot_grid": True,
35-
"cmap": "viridis"
3635
})
3736
plt.show()
3837
return geo_model
3938

4039

40+
def test_this_model():
41+
model(-1, plot=True)
42+
43+
44+
4145
def test_gradients_numpy():
4246
geo_model = model(1000, plot=True)
4347

0 commit comments

Comments
 (0)