Skip to content

Chilipp/Temperature12K-Tests

Repository files navigation

Temperature12K-Tests

Test scripts for the Temperature12K database

Version: 0.39.0

This repository contains an automated test suite for the Temperature12K database. You can run the tests in this repository on a remote server using mybinder

Binder

without the need to install anything. Just head over to

https://mybinder.org/v2/gh/Chilipp/Temperature12K-Tests/master

The following sections describe the other contents of this repository.

Installation

Skip this section, if you want to use mybinder.org anyway...

If you want to run the functionalities in this repository on your local computer, you have to install the necessary dependencies as described in the following steps:

  1. Download this repository

  2. Download and install miniconda for your specific operating system (Linux, Windows or OS X)

  3. Create a new conda environment using the environment.yml configuration file:

    conda env create -f environment.yml
  4. Activate the conda environment via

    conda activate temperature12k

Further installation instructions to run the notebooks can be found in the corresponding README.

Running jupyter notebooks

You can run the notebooks on a remote server (without the need of installing any packages), or offline. Please head over to the [notebooks directory][notebooks] for more information on this.

The notebooks in this repository are:

Running the tests

Automated tests are defined in the tests directory. You can run these tests with the run-temperature12k-tests.ipynb or by following the instructions to run the tests.

Contributing and giving feedback

We very much welcome your contributions and appreciate any feedback on the analysis scripts and tests. Please head over to the contributing guide and let us know your feedback throug a new issue or via mail to philipp.sommer@unil.ch.