Change scheme format; support pathlib.

Change name documentation as well.
This commit is contained in:
Sergey Vartanov 2021-05-22 01:37:58 +03:00
parent c5bb1529f5
commit bb70935c19
27 changed files with 885 additions and 850 deletions

View file

@ -1,12 +1,13 @@
"""
Test direction processing.
Author: Sergey Vartanov (me@enzet.ru).
"""
import numpy as np
from roentgen.direction import parse_vector
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
def test_compass_points_1() -> None:
""" Test north direction. """