yongrenjie / penguins

A Python 3 package for analysing and plotting NMR spectra.
https://yongrenjie.github.io/penguins
MIT License
5 stars 2 forks source link

Write more unit tests for functions #10

Closed yongrenjie closed 3 years ago

yongrenjie commented 4 years ago

This is separate from plotting tests...

yongrenjie commented 3 years ago

This has been fixed by a flurry of commits, ending with 2c2d6bd.

Everything in penguins/dataset.py is now almost fully tested, except for the plotting code, which needs to be dealt with on another day. It's another issue (#11).