Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F frackit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tools
  • frackit
  • Repository
Switch branch/tag
  • frackit
  • appl
  • example1
  • example1.py
Find file BlameHistoryPermalink
  • Dennis Gläser's avatar
    [python][samplers] use __call__ to be in agreement with c++ impl · 1878b3ad
    Dennis Gläser authored May 28, 2020
    Entities are sampled from sampler classes in the C++ code by calling the
    operator(). In order to streamline the Python implementation, we used
    the name __call__ in the python classes to get the same syntax.
    1878b3ad