Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Aug 22, 2023
1 parent e21c310 commit 6a73c83
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pint/models/fdjump.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ class FDJump(DelayComponent):
Note
----
FDJUMPs have two indices: the polynomial/FD/prefix index and the system/mask
index. i.e., they have properties of both maskParameters
such as JUMPs and prefixParameters such as FDs.
There is currently no elegant way in PINT to implement such parameters due to
the way parameter indexing is implemented; there is no way to distinguish between
mask and prefix indices.
index. i.e., they have properties of both maskParameters such as JUMPs and
prefixParameters such as FDs. There is currently no elegant way in PINT to implement
such parameters due to the way parameter indexing is implemented; there is no way to
distinguish between mask and prefix indices.
Hence, they are implemented here as maskParameters as a stopgap measure.
This means that there must be an upper limit for the FD indices. This is controlled
Expand Down

0 comments on commit 6a73c83

Please sign in to comment.