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

Add functionality to skip existing runs, plotting modes, some refactoring #1

Closed
wants to merge 28 commits into from

Conversation

f-dangel
Copy link

  • Adding parameter skip_if_exists to runner.run
    • Default value is set such that the current behavior is maintained
    • By setting to True, runs that already have a .json output file will not be executed again
  • Possible extensions
    • Make skip_if_exists arg-parsable

@f-dangel
Copy link
Author

f-dangel commented Sep 18, 2019

  • Adding median and quartiles in statistics and for plotting (e.g. for logarithmic plots)
  • Refactor aggregation of statisticst, remove calls of eval
  • Add counter to testproblem for checking the number of pulled batches
  • Get forward function without calling it

@f-dangel f-dangel changed the title Add functionality to skip existing runs Add functionality to skip existing runs, plotting modes, some refactoring Sep 18, 2019
@f-dangel
Copy link
Author

@abahde I will submit the features separately

@f-dangel f-dangel closed this Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant