Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F fluidsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

April 05-07 - Mercurial Paris Conference 2023 - One day of workshop dedicated to Heptapod and Mercurial usage and workflow. There are still places available for both workshops and talks!

  • fluiddynfluiddyn
  • fluidsim
  • Merge requests
  • !242

Fix tests on Windows (conda-forge) + 0.5.0.post0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pierre Augier requested to merge topic/default/release0.5.0.post0 into branch/default Sep 30, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

Should fix (on Windows):

======================================================================
ERROR: setUpClass (solvers.plate2d.test_solver.TestSolverPlate2DOutput)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\bld\fluidsim_1633011577416\_test_env\lib\site-packages\fluidsim\util\testing.py", line 83, in setUpClass
    cls.sim = cls.Simul(cls.params)
  File "D:\bld\fluidsim_1633011577416\_test_env\lib\site-packages\fluidsim\base\solvers\base.py", line 154, in __init__
    self.forcing = Forcing(self)
  File "D:\bld\fluidsim_1633011577416\_test_env\lib\site-packages\fluidsim\base\forcing\base.py", line 133, in __init__
    self.forcing_maker = ClassForcing(sim)
  File "D:\bld\fluidsim_1633011577416\_test_env\lib\site-packages\fluidsim\base\forcing\specific.py", line 867, in __init__
    self._seed0 = np.random.randint(0, 2 ** 32)
  File "mtrand.pyx", line 744, in numpy.random.mtrand.RandomState.randint
  File "_bounded_integers.pyx", line 1343, in numpy.random._bounded_integers._rand_int32
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/release0.5.0.post0