Skip to content

Commit

Permalink
further benchmarking work
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Feb 12, 2024
1 parent cb62392 commit 6399b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmarks/config_schema.yml

This file was deleted.

3 changes: 2 additions & 1 deletion benchmarks/run_stardis.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
from stardis.radiation_field.source_functions.blackbody import blackbody_flux_at_nu

BASE_DIR = Path(__file__).parent
SCHEMA_PATH = BASE_DIR / "config_schema.yml"

BENCHMARK_PATH = BASE_DIR / "benchmarks"
SCHEMA_PATH = BENCHMARK_PATH / "config_schema.yml"
CONFIG_PATH = BENCHMARK_PATH / "benchmark_config.yml"

class BenchmarkStardis:
Expand Down

0 comments on commit 6399b5c

Please sign in to comment.