User Activity

  • Posted a comment on ticket #7 on AUTO-07P

    This patch seems to fix that particular issue, it looks as though parseB.py expects numpy to concatenate to an empty array which fails. There's definitely a better way to do this, but as a quick and dirty fix we can just catch the error and return the expected result. 371c371,372 < stab = N.concatenate((N.nonzero(N.less(points[:-1]*points[1:],0)), --- > try: > stab = N.concatenate((N.nonzero(N.less(points[:-1]*points[1:],0)), 372a374,375 > except ValueError: > stab = N.array([len(points)-1])

View All

Personal Data

Username:
da1910
Joined:
2019-02-07 18:57:59

Projects

  • No projects to display.

Personal Tools