Open majid-mohammad opened 2 years ago
The old PR is here if you want to look link. This version looks better. It still needs:
None
if the sonnet file hasn't been written yet.For test functions, I'm thinking:
CurrentDensity
in outputs.pyfeel free to add other tests if you can think of any
Okay. So my computation skills are really being tested here. I have fixed the indentation. Your pervious comments were erased so I cant implement all that you said. I remember a comment about the kwargs. There are defined in the same ways you define yours in the code. Or did you want them to be defined as self.whatever = whatever, or something like that? Also for the try: and finally:, did that come right before I collect the command run? Also I dont know how to get ride of the sonnet_file and rather direct the code to the location of the file. Thats why I thought the variable is just like a place holder for whenever someone wants to use this function on there own files places wherever they want to place them? Not sure if I am making any sense