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

Fix processing/test.py error

parent 25d6f480
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import unittest
import sqlite3
import numpy as np
import pandas as pd
import os.path as path
import os
from navipy.database import database
import navipy.processing as processing
......@@ -64,8 +64,6 @@ def build_test_db():
class TestCase(unittest.TestCase):
def setUp(self):
import os
print(os.getcwd())
self.mydb_filename = os.path.abspath('navipy/resources/database.db')
self.mydb = database.DataBaseLoad(self.mydb_filename)
......
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