Skip to content

Commit

Permalink
continuing benchmark bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Feb 12, 2024
1 parent 6399b5c commit 11ac9e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions benchmarks/run_stardis.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
from stardis.radiation_field import RadiationField
from stardis.radiation_field.source_functions.blackbody import blackbody_flux_at_nu

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

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

class BenchmarkStardis:
"""
Expand Down

0 comments on commit 11ac9e1

Please sign in to comment.