open-reaction-database / ord-interface

Search/browse interface and APIs for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
19 stars 10 forks source link

build_test_database.sh not finding migrate.py #114

Closed bdeadman closed 4 months ago

bdeadman commented 4 months ago

Line 39 of ord_interface/build_test_database.sh fails to run because it is looking for py/migrate.py, whereas the migrate.py file is in editor/py/migrate.py.

bdeadman commented 4 months ago

My mistake, it is actually failing on this line due to a command located within migrate.py. Probably a missed dependency. Closing issue.