Changed data loader script to load one dataset at a time and delete in memory the previous one #21
No reviewers
Labels
No labels
CI/CD
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/downtown-cab-co!21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "load-one-dataset"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a out of memory error showed up, the loader script had to be modified to have only one dataset loaded in memory. A few tests were also created to test the data loader script.
all looks good! nice that you made some tests!