Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare PR 501 for merge #521

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Prepare PR 501 for merge #521

wants to merge 24 commits into from

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    6ddb183 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. merged David PR on actors access to sources

    Martina Favaretto authored and Martina Favaretto committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3338e4b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. added support for stop on uncertainty criteria. Added test. For now w…

    …orks with 1 thread, working on MT.
    Martina Favaretto authored and Martina Favaretto committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    050c13f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. all thread should set the terminate run flag. However, we still canno…

    …t access the thread local source managers, which cannot therefore be stopped.
    Martina Favaretto authored and Martina Favaretto committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    66a1a6b View commit details
    Browse the repository at this point in the history
  2. MT issue solved by setting the stop run flag as global variable in th…

    …e source manager. It is now enought that one thread sets the variable.
    Martina Favaretto authored and Martina Favaretto committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7480ec3 View commit details
    Browse the repository at this point in the history
  3. set a default initial number for NbEventNextCheck. Does not make sens…

    …e to calculate current uncertainty on a number of events close to zero. Indeed, after first EndOfEventAction we only have NbEvent = NThreads. Clean up old stop on uncertainty mechanism.
    Martina Favaretto authored and Martina Favaretto committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    000ed5a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. merged with master

    Martina Favaretto authored and Martina Favaretto committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cb1859c View commit details
    Browse the repository at this point in the history
  2. adapted to dose actor PR setting of user parameters.

    Martina Favaretto authored and Martina Favaretto committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6d5a37f View commit details
    Browse the repository at this point in the history
  3. modified to reset nb events next check and abort run flag at the begi…

    …n of each run. Added test for multiple runs.
    Martina Favaretto authored and Martina Favaretto committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b131f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6967b69 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. made overshoot factor and nb of events first check accessible to the …

    …user. Add doc strings to the user inputs.
    Martina Favaretto authored and Martina Favaretto committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    235efb7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stop_on_criteria' of github.com:MartiDvrk/opengate into…

    … stop_on_criteria
    Martina Favaretto authored and Martina Favaretto committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3092f7a View commit details
    Browse the repository at this point in the history
  3. forgot a bracket

    Martina Favaretto authored and Martina Favaretto committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0822b0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac81722 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. pulled from master

    Martina Favaretto authored and Martina Favaretto committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c672db8 View commit details
    Browse the repository at this point in the history
  2. changed parameters names

    Martina Favaretto authored and Martina Favaretto committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0fb1883 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stop_on_criteria' of github.com:MartiDvrk/opengate into…

    … stop_on_criteria
    Martina Favaretto authored and Martina Favaretto committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8392343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bba212 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    1eaedaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f503a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f725d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0572d3 View commit details
    Browse the repository at this point in the history
  5. minor cleaning in test066

    nkrah committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    90a91bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baed51b View commit details
    Browse the repository at this point in the history