From 96aaf04aa0feaa6af35e8c0dc7ce87115e7ba9c5 Mon Sep 17 00:00:00 2001 From: Justin Ohrenberger Date: Tue, 19 Dec 2023 01:17:29 +0000 Subject: [PATCH] Correcting a comment Signed-off-by: Justin Ohrenberger --- .github/workflows/publish.yaml | 2 +- .gitignore | 3 ++- tests/samples/csv_random_data_generator.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4f27f59..a72b869 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,4 +1,4 @@ -name: Publish +cdname: Publish on: create: tags: diff --git a/.gitignore b/.gitignore index 549fec8..c07b55a 100644 --- a/.gitignore +++ b/.gitignore @@ -167,4 +167,5 @@ reports/ .python-version .vscode/* -poetry.lock \ No newline at end of file +poetry.lock +compose-dev.yaml diff --git a/tests/samples/csv_random_data_generator.py b/tests/samples/csv_random_data_generator.py index a1103d1..a12a33a 100644 --- a/tests/samples/csv_random_data_generator.py +++ b/tests/samples/csv_random_data_generator.py @@ -91,7 +91,7 @@ def write_fake_focuses_to_csv (fake_focuses, csv_filename): csv_writer.writerow(vars(focus)) -#Generate 10 fake focuses to a CSV file +#Generate 1000 fake focuses to a CSV file fake_focuses = generate_fake_focus(1000) #Output to a CSV