Implements Better Tests and Logging

This commit is contained in:
2023-03-01 02:49:28 -03:00
parent 32ca95086a
commit aea34bf214
17 changed files with 1147 additions and 72 deletions

View File

@@ -69,7 +69,7 @@ def main():
except IOError:
raise RuntimeError('Invalid or Missing Config File.')
Log.make_header(__VERSION, data.get('crystal_pol'))
Log.make_header(__VERSION, config.to_dict())
pol = Polarization(args.infile, args.outfile, config)
pol.run()