victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

removed AttributeError and debug-printout #150

Open thirschbuechler opened 4 years ago

thirschbuechler commented 4 years ago

Removed random print(n.class.name) debug printout (shows "str" only anway) and made translation work by changing "G.node" to "G.nodes" on two occasions. Maybe networx or node implementations changed? Cured error: "AttributeError: 'DiGraph' object has no attribute 'node'"

fenollp commented 3 years ago

cc #165

fenollp commented 3 years ago

Also cc #153 #163