namebrandon / Sparkov_Data_Generation

Synthetic Credit Card Transaction Generator used in the Sparkov program.
MIT License
141 stars 64 forks source link

bugfix: faker instantiated at every customer #9

Closed streamnsight closed 2 years ago

streamnsight commented 2 years ago

Refactor with Faker in Customer was a bad idea as it slows things down. Moving back to global. That was a last minute change I didn't realize affected speed so much. Apologies for causing the issue.