You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is one long list in the class and I started mixing up structures that are excluded because they are special test structures, due to EDA or due to errors found in some previous iterations of the model. We should clean this in separate lists that we import from a separate module. Generally, in the longer run, this part of the code also needs to be fixed as it is really stupid and slow to loop over all this list for each structure. One can easily improve it quite a lot using e.g. sets.
The text was updated successfully, but these errors were encountered:
Currently there is one long list in the class and I started mixing up structures that are excluded because they are special test structures, due to EDA or due to errors found in some previous iterations of the model. We should clean this in separate lists that we import from a separate module. Generally, in the longer run, this part of the code also needs to be fixed as it is really stupid and slow to loop over all this list for each structure. One can easily improve it quite a lot using e.g. sets.
The text was updated successfully, but these errors were encountered: