Skip to content

Comments

RITSAR has exceptions when used with Anaconda 25#6

Open
daniel-anavaino wants to merge 2 commits intodm6718:masterfrom
daniel-anavaino:1-examples-dont-work-with-anaconda-25
Open

RITSAR has exceptions when used with Anaconda 25#6
daniel-anavaino wants to merge 2 commits intodm6718:masterfrom
daniel-anavaino:1-examples-dont-work-with-anaconda-25

Conversation

@daniel-anavaino
Copy link

Fixed numerous index calculations that didn't use integer division.

Changed np.int to np.int64 and np.float to np.float64 as needed.

Changed signal.decimate to use a tuple of slices to index the return array (also used np.s_
rather than slice objects for readability).

Rolled the version to 1.0.1

Updated the README due to setuptools deprecations in setup.py and modified the opencv installation instructions.

Added a .gitignore file

Changed np.int to np.int64 and np.float to np.float64 as needed.
Changed signal.decimate to use a tuple of slices to index the return array (als>
Rolled the version to 1.0.1
Updated the README due to setuptools deprections in setup.py and modified the opencv installation instructions.
Added a .gitignore file
Testing consisted of running all of the examples. There may still be remaining issues with Anaconda 25 in the code.
Fixed numerous index calculations that didn't use integer division.

Changed np.int to np.int64 and np.float to np.float64 as needed.

Changed signal.decimate to use a tuple of slices to index the return array (also used np.s_
rather than slice objects for readability).

Rolled the version to 1.0.1

Updated the README due to setuptools deprecations in setup.py and modified the opencv installation instructions.

Added a .gitignore file
@daniel-anavaino
Copy link
Author

Two of the examples still have runtime issues:

DIRSIG_demo.py dumps a number of QObject::moveToThread messages.

simUHF_demo.py has warnings regarding invalid sqrt values as well as QObject::moveToThread messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant