mwalib 2.0.3

A library to simplify reading Murchison Widefield Array (MWA) raw visibilities, voltages and metadata.
Documentation
# Python tests

This directory is for tests relating to the python bindings.

## Instructions

* Run `cargo test` first to get the test_files generated (and to ensure the Rust library is working)

```bash
cargo test --features=cfitsio-static,exmaples
```

* Build from the root `mwalib` directory using:

```bash
maturin develop --features=python,cfitsio-static
```

* Install prerequisites

```bash
pip install -r requirements.txt
```

* Run tests

```bash
pytest
```