- 
        Couldn't load subscription status. 
- Fork 0
Add run_reps.jl helper to run RME #26
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
Conversation
| I think this looks good to me. I can add the function to remove the duplicate counterfactual runs before saving in another branch when this is merged | 
| 
 You can create a branch from this one and create you PR already even before this one is merged, if you prefer. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments for consideration. Happy to be convinced otherwise.
Co-authored-by: Takuya Iwanaga <takuyai@gmail.com>
Add function to load result stores from directories, add function to remove duplicate reps from result store if the resultstore is counterfactual only. Add function to concatenate resultstores when scenarios have been run and saved separately.
a39e706    to
    646b184      
    Compare
  
    allow use of custom rng in run_rme function


Adds the ability to run many RME repetitions in batches. Note that the
rnd_seed, that can be set by the user, is used to generate a vector ofrnd_seedswhere each one is used for running a distinct batch.