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

testing and optimization #2

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

testing and optimization #2

wants to merge 5 commits into from

Commits on Oct 17, 2017

  1. some examples of tests

    1 produce an intermediate file using the current code
    2 save the file in test_files
    3 switch of saving the reference file
    4 from now on test if the code still reproduces the reference fiel
    5 optimize the code but keep running the test in between to test if the resutls stay the same.
    
    some optimization almost everywhere the outputfile is opened again and again in the inner loop, although it is already open.
    Michiel van Setten committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    6b3fbc5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'csb/master'

    Michiel van Setten committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    a857162 View commit details
    Browse the repository at this point in the history
  3. fixing the accidenital removal of License.txt

    Michiel van Setten committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    ce661ec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. reference files

    Michiel van Setten committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    efb1f5c View commit details
    Browse the repository at this point in the history
  2. reference files

    Michiel van Setten committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    53dbd48 View commit details
    Browse the repository at this point in the history