1 - I noticed the file generated from cargo run -- --n 1000 --k 10 --nas 10 --seed 591 created a file named "G1_1e3_1e3_10_10.csv" when I would have expected "G1_1e3_1e1_10_10.csv"
2 - need to test using cargo build instead of cargo run
3 - need to test using pyo3 instead of subprocess
addresses #10
a couple of things before merging
1 - I noticed the file generated from cargo run -- --n 1000 --k 10 --nas 10 --seed 591 created a file named "G1_1e3_1e3_10_10.csv" when I would have expected "G1_1e3_1e1_10_10.csv" 2 - need to test using cargo build instead of cargo run 3 - need to test using pyo3 instead of subprocess