Commit Graph

8 Commits

Author SHA1 Message Date
Matthew Stidham
c11321dc05 Update scenario aNd RegrEs IO n . Py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-10-08 12:36:33 -07:00
Matthew Stidham
097d2f42f5 Improving py-scripts files to fix errors with regression test
updating to_pip.sh

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-10-04 11:51:37 -07:00
Matthew Stidham
e6cf6b9337 1. Create pandas_extensions.py
2. Remove unused imports

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-21 11:11:04 -07:00
Matthew Stidham
36400e003d Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-17 15:29:15 -07:00
erinnerim
1d7578251c Updates to import statements:
- Import importlib, os, and sys to each python script.
 - Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
    sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
 - All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
Dipti
4a9f4bdfdb test_x script, edits to tests/help 2020-11-19 11:59:16 -08:00
Logan Lipke
098855b2fa Added output, fixed logic 2020-10-30 14:09:17 -07:00
Logan Lipke
2d30779ade Script for loading dbs and controlling test groups 2020-10-28 17:55:52 -07:00