Skip to content

Commit

Permalink
Merge branch 'seqsignet-data-prep' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Jul 13, 2023
2 parents b4f36d0 + d7e579b commit ba4eea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nlpsig/data_preparation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def get_torch_path_for_SeqSigNet(
ValueError
If a path hasn't been created yet using `.pad()`.
"""
if self.check_history_length_for_SeqSigNet(
if not self.check_history_length_for_SeqSigNet(
shift=shift, window_size=window_size, n=n
):
raise ValueError(
Expand Down

0 comments on commit ba4eea2

Please sign in to comment.