Skip to content

Commit

Permalink
Update opencsp/common/lib/cv/OpticalFlow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Bean <[email protected]>
  • Loading branch information
e10harvey and bbean23 authored Dec 11, 2024
1 parent 9d5335a commit d5879fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/common/lib/cv/OpticalFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def save(self, dir: str, name_ext="", overwrite=False):
@classmethod
def from_file(cls, dir: str, name_ext: str, error_on_not_exist=True):
"""
Creates an instance of the class by loading magnitude and angle matrices from a file.
Creates an instance of the class by loading magnitude and angle matrices from a file generated from the :py:meth:`save` method.
Parameters
----------
Expand Down

0 comments on commit d5879fd

Please sign in to comment.