I faced an error when I have a file called model.py on my current working directory when I am using opsvis. While this is easily fixed (I changed my OpenSees model name to modelPy.py), is there a chance that model.py import in the package to be replaced with something like modelOpsvis or more esoteric name to prevent the chance of import conflict? I understand that this is inevitable because the list of possible English word to be used for model naming is limited, but model.py is a quite common filename.
Hello,
I faced an error when I have a file called model.py on my current working directory when I am using opsvis. While this is easily fixed (I changed my OpenSees model name to modelPy.py), is there a chance that model.py import in the package to be replaced with something like modelOpsvis or more esoteric name to prevent the chance of import conflict? I understand that this is inevitable because the list of possible English word to be used for model naming is limited, but model.py is a quite common filename.