Skip to content

Add functionality for installing extensions #220

Add functionality for installing extensions

Add functionality for installing extensions #220

GitHub Actions / JUnit Test Report failed Jan 9, 2025 in 0s

230 tests run, 229 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in PynwbTutorialTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PynwbTutorialTest.testTutorial(tutorialFile=docs_gallery_domain_images.py)

Error occurred in tests.unit.PynwbTutorialTest/testTutorial(tutorialFile=docs_gallery_domain_images.py) and it did not run to completion.
    ---------
Raw output
Error occurred in tests.unit.PynwbTutorialTest/testTutorial(tutorialFile=docs_gallery_domain_images.py) and it did not run to completion.
    ---------
    Error ID:
    ---------
    ''
    --------------
    Error Details:
    --------------
    Error using tests.unit.PynwbTutorialTest/testTutorial (line 123)
    Failed to run python tutorial named "images" with error:
     /tmp/tp5aa84d50_4508_45e8_a2ab_83804101183d/pynwb-dev/docs/gallery/domain/images.py:299:
     DeprecationWarning: scipy.misc is deprecated and will be removed in 2.0.0
      from scipy import misc
    Traceback (most recent call last):
      File
      "/tmp/tp5aa84d50_4508_45e8_a2ab_83804101183d/pynwb-dev/docs/gallery/domain/images.py",
      line 306, in <module>
        data=misc.face(gray=True),
    AttributeError: module 'scipy.misc' has no attribute 'face'