Skip to content
GitLab
  • Menu
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 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • fluiddyn
  • fluidsim
  • Merge requests
  • !302

make get_mean_values suport t_last and t_start for tmax and tmin + black

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged vlabarre requested to merge topic/default/get_mean_values into branch/default Jun 03, 2022
  • Overview 0
  • Commits 1
  • Pipelines 3
  • Changes 1

Modify fluidsim.base.output.base.get_mean_values such that we can pass the following argument:

tmin="t_start+?"
tmin="t_last-?"
tmax="t_start+?"
tmax="t_last-?"

This is useful when we want to compute the mean values over the last (or the first) times only for example.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/get_mean_values