firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One test is failing

firefly-cpp opened this issue · comments

Hi @luckyLukac,

ERROR collecting sport_activities_features/tests/test_area_identification.py _
ImportError while importing test module '/builddir/build/BUILD/sport-activities-features-0.2.6/sport_activities_features/tests/test_area_identification.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.10/importlib/init.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
sport_activities_features/tests/test_area_identification.py:4: in
from sport_activities_features.area_identification import AreaIdentification
sport_activities_features/area_identification.py:1: in
import geotiler
E ModuleNotFoundError: No module named 'geotiler'

Not sure if this is still relevant but the test TestAreaIdentification.py is still failing. All other tests work okay.
@luckyLukac please check it out.

Kind regards,
Alen

@luckyLukac, please prepare a revision of this test. Thanks!

Hi, at first I want to apologize for the unresponsiveness. I am currently really busy with midterm exams and finalizing the project I am part of at college, therefore I have to devote almost all of my time for those two things. However, by Monday I will be done with that, so I hope to get back to this project as quickly as next week.

Thanks for the understanding.

Thanks for info @luckyLukac!

This bug is now fixed, however, another test (test_overpy_node_manipulation) is failing at my system. @firefly-cpp/@alenrajsp do you know anything about this issue?

Thank you @luckyLukac!

@alenrajsp, overpy test case was implemented by you. Any ideas?

Duplicate of #66