Skip to content

Commit

Permalink
Remove available_experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jul 10, 2024
1 parent 4316859 commit 108f382
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyaerocom/aeroval/experiment_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ def proj_dir(self) -> str:
logger.info(f"Creating AeroVal project directory at {fp}")
return fp

@property
def available_experiments(self) -> list:
"""
List of available experiments
"""
try:
return list(self.avdb.get_experiments(self.proj_id))
except FileNotFoundError:
return []


class ExperimentOutput(ProjectOutput):
"""JSON output for experiment"""
Expand Down

0 comments on commit 108f382

Please sign in to comment.