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
Noting a minor issue. In a script in the dataset SL_OSM_Dataset/mapinfo/map_info_dataset.py, the class MapInfoDataset has a visualize function in which
This function wasn't used anywhere else than in the map_info_dataset.py itself for testing (and because mapinfo object was created in __main__, it didn't throw an exception when running map_info_dataset.py).
The text was updated successfully, but these errors were encountered:
Noting a minor issue. In a script in the dataset
SL_OSM_Dataset/mapinfo/map_info_dataset.py
, the classMapInfoDataset
has avisualize
function in whichshould be
This function wasn't used anywhere else than in the
map_info_dataset.py
itself for testing (and becausemapinfo
object was created in__main__
, it didn't throw an exception when runningmap_info_dataset.py
).The text was updated successfully, but these errors were encountered: