Skip to content

Commit

Permalink
adds offset field to prevent crashing of non-neuroproof mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Plaza committed Aug 2, 2014
1 parent 4aa9c6f commit 84a660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gala/agglo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ def write(self, fout, output_format='GraphML'):
% output_format)


def write_plaza_json(self, fout, synapsejson=None):
def write_plaza_json(self, fout, synapsejson=None, offsetz=0):
"""Write graph to Steve Plaza's JSON spec."""
json_vals = {}
if synapsejson is not None:
Expand Down

0 comments on commit 84a660a

Please sign in to comment.