You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may all be connected with #156 but here are some more details:
I did all of this inside the latest docker container
Steps to reproduce:
Use POST data for a device until you have enough data to make a guess (with the same location)
Use GET location_basic to confirm the guess. Since I only trained 1 position the probability should be 1
Use DELETE database
Confirm using GET location that the family no longer exists
Use POST data like in Can I run this on a raspberry pi? #1 but with an empty location. This should mean there is still no training data but the database file should get recreated
Use GET location_basic like in step 2
Expected results:
No guesses found
Actual results
The location trained in step 1 is still guessed.
Possible solution:
When deleting the database the ai file should possibly get deleted as well.
The text was updated successfully, but these errors were encountered:
This may all be connected with #156 but here are some more details:
I did all of this inside the latest docker container
Steps to reproduce:
Expected results:
No guesses found
Actual results
The location trained in step 1 is still guessed.
Possible solution:
When deleting the database the ai file should possibly get deleted as well.
The text was updated successfully, but these errors were encountered: