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 2, 2024
1 parent 9ba3a50 commit 9b6943d
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 @@ -57,16 +57,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 9b6943d

Please sign in to comment.