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
File "/opt/MAGeTbrain/bin/mb", line 539, in run
processors=processors)
File "/opt/MAGeTbrain/bin/mb", line 553, in qbatch
batchsize = min(self.processors, processors)
TypeError: '<' not supported between instances of 'NoneType' and 'int'
Whereas python2 returned "None". Need to adjust login in a few places.
The text was updated successfully, but these errors were encountered:
python3 throws the following error:
Whereas python2 returned "None". Need to adjust login in a few places.
The text was updated successfully, but these errors were encountered: