Closed colliers95 closed 1 year ago
https://github.com/colliers95/rhino-midden-detection/blob/b66dd1594cb2468c59c3037fdfcdd0f04f485faf/Code/DataEngineering.py#L281-L286
Should there be a if __name__ == "__main__": before this chunk? (e.g. on line 281) This is going to run when the DataEngineering is imported into Run.py otherwise
if __name__ == "__main__":
Issue resolved
https://github.com/colliers95/rhino-midden-detection/blob/b66dd1594cb2468c59c3037fdfcdd0f04f485faf/Code/DataEngineering.py#L281-L286
Should there be a
if __name__ == "__main__":
before this chunk? (e.g. on line 281) This is going to run when the DataEngineering is imported into Run.py otherwise