You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the PyAlbany tests are failing in the nightly spack build with the following error:
144: ~PyParallelEnv()
144:
144: ======================================================================
144: ERROR: test_read_non_distributed_npy (__main__.TestIO)
144: ----------------------------------------------------------------------
144: Traceback (most recent call last):
144: File "/tmp/ikalash/spack-stage/spack-stage-albany-develop-7in7373t3xr5bb73nm5pj2snjtaflosr/spack-build-7in7373/pyAlbany/tests/inputOutput/io_PyAlbany.py", line 189, in test_read_non_distributed_npy
144: mvector = Utils.loadMVector(file_dir+'/'+mvector_filename, n_cols, parameter_map, distributedFile = False)
144: File "/tmp/ikalash/spack-stage/spack-stage-albany-develop-7in7373t3xr5bb73nm5pj2snjtaflosr/spack-build-7in7373/pyAlbany/PyAlbany/Utils.py", line 133, in loadMVector
144: mvector0_view = mvector0.getLocalView()
144: ValueError: resize only works on single-segment arrays
144:
With Kim gone, are there any volunteers to look at this? It's puzzling that the issue doesn't happen in the non-spack nightly builds of Albany that turn on PyAlbany. Do we want to keep PyAlbany on in the nightly spack build?
After discussing with Mauro, I have deactivated pyAlbany in the nightly spack builds. I am happy to reactivate it once the failing tests issue is resolved.
Many of the PyAlbany tests are failing in the nightly spack build with the following error:
With Kim gone, are there any volunteers to look at this? It's puzzling that the issue doesn't happen in the non-spack nightly builds of Albany that turn on PyAlbany. Do we want to keep PyAlbany on in the nightly spack build?
The tests affected are:
The text was updated successfully, but these errors were encountered: