Changed name of synth_data_gen.py to synth-data-gen.py to avoid confusing the markdown engine
8 lines
91 B
Bash
8 lines
91 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
source env/bin/activate
|
|
python3 validate.py
|
|
python3 synth-data-gen.py
|