UWB-Biocomputing/BrainGrid

Minor clean-ups in dotGenerator.py

Closed this issue · 1 comments

What kind of issue is this?

  • Bug report
  • Feature request
  • Question not answered in documentation
  • Cleanup needed
  1. Script misses inheritance (GPUSpikingCluster from Cluster) in some cases.
  2. Help message could be formatted better
  3. Clarify that initial "./" is needed.

What is affected by this?

How do we replicate the issue/how would it work?

Expected behavior (i.e. solution or outline of what it would look like)

Other Comments

So I think the issue was with the fact that in some cases, a classA inherited from classB even when classA.h did not directly include classB.h. I think I have a fix, I'll make a pull request promptly.