Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F frackit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • 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
  • frackit
  • frackit
  • python
  • sampling
  • cylinderpointsampler.hh
Find file Blame History Permalink
  • 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