fixed some dependency calls with new layout

This commit is contained in:
Paul M. Sutter 2024-06-04 08:57:09 +02:00
parent 438407be74
commit d48d740b78
22 changed files with 32 additions and 49 deletions

View file

@ -21,7 +21,7 @@
import os
import numpy as np
from vide.backend.classes import *
from backend.classes import *
# if True, will scan log files for last known completed state and run from there
continueRun = False