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
I think that before adding new features, what this project needs now is a unit testing suite that goes through each module.
For many things we do not need real data files (unit-testing is not benchmarking): even few simple data values might suffice, at most we can just mock the required data structures with some random numbers (fixing the seed for reproducibility).
The text was updated successfully, but these errors were encountered:
I think that before adding new features, what this project needs now is a unit testing suite that goes through each module.
For many things we do not need real data files (unit-testing is not benchmarking): even few simple data values might suffice, at most we can just mock the required data structures with some random numbers (fixing the seed for reproducibility).
The text was updated successfully, but these errors were encountered: