Skip to content

Commit

Permalink
Refractor NEST Server with better error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
babsey committed Sep 25, 2024
1 parent e61f34f commit ae09e1d
Show file tree
Hide file tree
Showing 5 changed files with 602 additions and 459 deletions.
2 changes: 2 additions & 0 deletions pynest/nest/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
# along with NEST. If not, see <http://www.gnu.org/licenses/>.

from .hl_api_server import * # noqa: F401,F403
from .hl_api_server_helpers import * # noqa: F401,F403
from .hl_api_server_mpi import * # noqa: F401,F403
Loading

0 comments on commit ae09e1d

Please sign in to comment.