Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit aed1461

Browse files
author
Antonio Ulloa
committed
fixed a bug in sim.py related to json import module
1 parent 1028ee4 commit aed1461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simulation/sim.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
# import math function modules
5757
import math
5858

59+
# import json module for storing output data files
60+
import json
61+
5962
try:
6063
# only import TVB modules if simulation requires TVB connectome
6164
# the following modules are imported from TVB library

0 commit comments

Comments
 (0)