Skip to content

Conversation

@ryanvarley
Copy link
Member

@ryanvarley ryanvarley commented May 21, 2017

We need a couple of tests to confirm the result of runs is stable (baring feature changes). Closes #24.

TODO

  • Add a test based on fixture
  • add a second test with different settings

Copy link
Contributor

@atsiaras atsiaras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

def run():
arguments = docopt.docopt(__doc__)
parameter_file = arguments['<parameter_file>']
run_simulation(parameter_file)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a test

exp_start_times = np.loadtxt(exp_start_times) * u.day

# check to see if we have numbers of file paths, and load accordingly
# check to see if we file paths instead of numbers and load if so
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test also

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.

Setup end-to-end tests

3 participants