Skip to content

Commit

Permalink
Silence spurious pytype error due to attr inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
gcassella committed Nov 6, 2023
1 parent 21a3953 commit d5c8966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferminet/psiformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def make_fermi_net(
heads_dim=heads_dim,
mlp_hidden_dims=mlp_hidden_dims,
use_layer_norm=use_layer_norm,
)
) # pytype: disable=wrong-keyword-args

psiformer_layers = make_psiformer_layers(nspins, charges.shape[0], options)

Expand Down

0 comments on commit d5c8966

Please sign in to comment.