Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-- Fix unsigned HDF5 integer types not being counted as integers. #40

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

jayd1860
Copy link
Contributor

@jayd1860 jayd1860 commented Sep 6, 2023

-- Fix unsigned HDF5 integer types not being counted as integers.
-- Fix incorrect number-of-dimensions check in _validate_float_array()
-- Fix incorrect size check in for nirs.probe.sourceLabels _validate()
-- Add a main() to pysnirf2.py for easy self explanatory quick-start-run option

-- Fix incorrect number-of-dimensions check in _validate_float_array()
-- Fix incorrect size check in for nirs.probe.sourceLabels _validate()
-- Add a main() to pysnirf2.py for easy self explanatory quick-start-run option
@sreekanthkura7 sreekanthkura7 merged commit b8f176b into BUNPC:main Sep 13, 2023
filename = appdir + filename
if not os.path.exists(filename):
sys.stdout.write('ERROR: Cannot find file "%s"\n'% filename)
quit()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jayd1860 @sreekanthkura7 This does not run in Python 3. Make sure you are developing in the proper environment--I recommend firing up a virtual environment loaded with what is present in requirements.txt:

pip install -r requirements.txt

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.

3 participants