This commit is contained in:
2024-11-26 09:28:21 +01:00
parent a1b3ad2a92
commit cf1d1dd37a
20 changed files with 48 additions and 33 deletions
+1 -6
View File
@@ -8,8 +8,6 @@ build:
./venv/bin/python -m build .
./venv/bin/python -m pip install -e .
sync:
./venv/bin/dr.sync
@@ -17,13 +15,10 @@ clean:
-@rm -r export
mkdir -p export
sync_excempt:
@echo "Sync is not executed because it's a lengthy process ending with timeout error."
export_stats:
@echo "Make sure you have ran 'make sync' first. Results will be in ./export/"
@echo "Exporting statisticts."
./venv/bin/dr.stats_all
./venv/bin/dr.stats
export_dataset:
@echo "Make sure you have ran 'make sync' first."