Skip to content
Snippets Groups Projects
Commit 51b94af2 authored by Olivier J.N. Bertrand's avatar Olivier J.N. Bertrand
Browse files

PEP8 correct F401

parent eaad1f5b
No related branches found
No related tags found
No related merge requests found
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from navipy.database import DataBaseLoad
import pkg_resources
......
......@@ -14,7 +14,7 @@ How to load a database
----------------------
.. literalinclude:: example/database/get_posorients.py
:lines: 11
:lines: 8
How to load all position-orientation
------------------------------------
......@@ -26,7 +26,7 @@ position-orientation in the database. More technically \
speaking, loading the full table of position-orientaiton.
.. literalinclude:: example/database/get_posorients.py
:lines: 12-13
:lines: 9-10
.. plot:: example/database/get_posorients.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment