Skip to content

Commit

Permalink
Change 8 to 9 in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Jul 10, 2023
1 parent 883cb19 commit e7a9140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions n3fit/src/n3fit/layers/rotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ def __init__(

class FkRotation(Rotation):
"""
Applies a transformation from the dimension-8 evolution basis
Applies a transformation from the dimension-9 evolution basis
to the dimension-14 evolution basis used by the fktables.
The input to this layer is a `pdf_raw` variable which is expected to have
a shape (1, None, 8), and it is then rotated to an output (1, None, 14)
a shape (1, None, 9), and it is then rotated to an output (1, None, 14)
"""
def __init__(self, output_dim=14, name="evolution", **kwargs):
self.output_dim = output_dim
Expand Down

0 comments on commit e7a9140

Please sign in to comment.