mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-20 09:57:45 +02:00
Change scheme format; support pathlib.
Change name documentation as well.
This commit is contained in:
parent
c5bb1529f5
commit
bb70935c19
27 changed files with 885 additions and 850 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue