Open rjrosati opened 1 year ago
Changing from gravipy import * to from gravipy.tensorial import * in both the examples and in PyTransSetup.py seems to remove the relevant errors
from gravipy import *
from gravipy.tensorial import *
PyTransSetup.py
Changing
from gravipy import *
tofrom gravipy.tensorial import *
in both the examples and inPyTransSetup.py
seems to remove the relevant errors