Skip to content

Commit

Permalink
Added missing imports in Python bindings
Browse files Browse the repository at this point in the history
Signed-off-by: spagadar <srikanth.pagadarai@analog.com>
  • Loading branch information
SrikanthPagadarai committed Jul 10, 2024
1 parent 06823a6 commit fa429fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/examples/fft_analysis_advanced.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def main():
import numpy as np
import genalyzer_advanced as gn
import genalyzer.advanced as gn

# print("Library path: {}".format(gn._genalyzer._libpath))
# print("Version: {}\n".format(gn.__version__))
Expand Down
9 changes: 9 additions & 0 deletions bindings/python/genalyzer/advanced/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,13 @@
ramp,
sin,
wf_analysis,
CodeFormat,
DnlSignal,
FaCompTag,
FaSsb,
FreqAxisFormat,
FreqAxisType,
InlLineFit,
RfftScale,
Window,
)

0 comments on commit fa429fa

Please sign in to comment.