Emit .input instead of .txt files in workspace (#625)

Related: #612 

* Update workspace.py

Changed extension to .input

* Update test_workspace.py

* changed key value pair in test_workspace bc of change of extension to .input in workspace.py, fixed issue #618

* removed unwanted directories

* Update seth.py

* Update seth.py

Change in Documentation issue #612
This commit is contained in:
Daniel Bolognino
2017-12-06 18:51:20 -05:00
committed by Mark Mossberg
parent c6902d7265
commit 764151de71
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -106,5 +106,5 @@ class StateTest(unittest.TestCase):
self.assertIn('smt', keys)
self.assertIn('trace', keys)
self.assertIn('messages', keys)
self.assertIn('txt', keys)
self.assertIn('input', keys)
self.assertIn('pkl', keys)