Skip to content

Commit

Permalink
raise NotImplementedError instead of passing in hoc storing function …
Browse files Browse the repository at this point in the history
…of LocalAccesssPoint

Change-Id: I77a89de35e361a116b97befd3db1b9cb2b1e75c2
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 6, 2023
1 parent a6c5d64 commit f16d510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bluepyemodel/access_point/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,12 +800,12 @@ def store_hocs(
description=None,
output_base_dir="export_emodels_hoc",
):
pass
raise NotImplementedError

def store_emodels_hoc(
self, only_validated=False, only_best=True, seeds=None, new_emodel_name=None
):
pass
raise NotImplementedError

def store_emodels_sonata(
self,
Expand All @@ -815,4 +815,4 @@ def store_emodels_sonata(
map_function=map,
new_emodel_name=None,
):
pass
raise NotImplementedError

0 comments on commit f16d510

Please sign in to comment.