Alexander Grund
Alexander Grund
I would also like support for `# noqa` to just disable any diagnostic of that line. Yes it might be to broad but use of this is up to the...
@vidyasagarnimmagaddi Yes this workaround does work for me. To be generic as that step is executed on all platforms I used: ` [[ "${{runner.os}}" != 'Windows' ]] || export PATH="/c/mingw64/bin:$PATH"`
Test report by @Flamefire **FAILED** Build succeeded for 6 out of 7 (2 easyconfigs in total) n1438 - Linux RHEL 8.7 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470 (icelake), Python 3.8.13...
Test report by @Flamefire **FAILED** Build succeeded for 1 out of 2 (2 easyconfigs in total) i8002 - Linux Rocky Linux 8.7 (Green Obsidian), x86_64, AMD EPYC 7352 24-Core Processor...
In both cases the failure is: ``` external/upb/upb/table.c: In function upb_inttable_pop: external/upb/upb/table.c:588:10: error: val.val may be used uninitialized [-Werror=maybe-uninitialized] 588 | return val; | ^~~ external/upb/upb/table.c:585:13: note: val.val was declared...
Test report by @Flamefire **FAILED** Build succeeded for 1 out of 2 (2 easyconfigs in total) n1265 - Linux RHEL 8.7 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470 (icelake), Python 3.8.13...
> > similar to e.g. `findPythonDeps` which outputs a list of Python packages for use in an EC. That script is bundled with EasyBuild so readily available > > @Flamefire...
Test report by @Flamefire **FAILED** Build succeeded for 83 out of 84 (2 easyconfigs in total) i7006 - Linux Rocky Linux 8.7 (Green Obsidian), x86_64, AMD EPYC 7702 64-Core Processor...
> I don't have a build node setup to upload test reports. Did see this test error: > > ``` > tests/lax_scipy_special_functions_test.py::LaxScipySpcialFunctionsTest::testScipySpecialFun_gammainc_s_2x1x4_float32_float32 Fatal Python error: Aborted > ``` That is...
> @ThomasHoffmann77 and @Flamefire if you ignore the single failing test (`pytest -k "not testUfuncInputTypes"`) does the rest work then? How widespread are the issues? Very widespread. I tried to...