Skip to content

Commit

Permalink
Fix naming inconsistency wrt parallel-prefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Jan 23, 2024
1 parent 93a5636 commit c07a49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/model_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def initializer_generator(seed, i_layer):
pdfs = x_input
for layer in list_of_pdf_layers:
pdfs = layer(pdfs)
model = MetaModel({'NN_input': x_input}, pdfs, name=f"NNs")
model = MetaModel({'NN_input': x_input}, pdfs, name=NN_LAYER_ALL_REPLICAS)

return model

Expand Down

0 comments on commit c07a49b

Please sign in to comment.