Skip to content

Commit bf9d60d

Browse files
committed
update test allegro config to match allegro-v0.5.0 API
1 parent 80fc73f commit bf9d60d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_data/test_repro_allegro.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,12 @@ training_module:
8484
type_names: ${model_type_names}
8585
r_max: ${cutoff_radius}
8686
# general model params
87-
scalar_embed:
87+
radial_chemical_embed:
8888
_target_: allegro.nn.TwoBodyBesselScalarEmbed
8989
num_bessels: 8
9090
bessel_trainable: false
9191
polynomial_cutoff_p: 6
92-
two_body_embedding_dim: 32
93-
two_body_mlp_hidden_layers_depth: 0
9492
l_max: 2
95-
parity_setting: o3_full
9693
num_layers: 3
9794
num_scalar_features: 64
9895
num_tensor_features: 32

0 commit comments

Comments
 (0)