Skip to content

Conversation

@brownbaerchen
Copy link
Contributor

There was a version change in scipy which broke some tests. This PR fixes the tests in the base and mpi4py environments.
However, there is still one test failing in the parallelSDC_reloaded project. Do you have a minute to fix that one, @tlunet? If you could make it faster while you are at it, that would also be great.. ;)

@tlunet
Copy link
Member

tlunet commented Jun 30, 2025

Well, I could make it faster, which would require to make pySDC faster ... not sure I have time for that currently. But I'll have a look at the test

@tlunet
Copy link
Member

tlunet commented Jun 30, 2025

To solve the test problem, simply change this part of the reference data here :

"fig05_allenCahn_conv_0_VDHS": [Infinity,

to :

"fig05_allenCahn_conv_0_VDHS": [Infinity,Infinity,
        0.5345708075891601,
        0.20140479812575454,
        0.05620974256627712,
        0.008404588766557962,
        0.0016989846252961774,
        0.00016807940141687374,
        0.0001875379340551794
    ],

This is just some tolerance issue for a non-converging case.

@brownbaerchen brownbaerchen changed the title Updated spectral helper to new scipy version Updated to new scipy version Jun 30, 2025
@tlunet
Copy link
Member

tlunet commented Jun 30, 2025

Oh, the __ARRAY_API problem 😅 ...

@pancetta pancetta merged commit f260c40 into Parallel-in-Time:master Jun 30, 2025
47 checks passed
brownbaerchen added a commit to brownbaerchen/pySDC that referenced this pull request Jun 30, 2025
* Updated to new scipy version

* Fix for parallelSDC_reloaded test and increases numpy min version

* Sticking with numpy v1 for now
@brownbaerchen brownbaerchen deleted the update_to_new_scipy_version branch June 30, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants