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
At present, because server.py defaults to calling aggregate() on everything, the thing referring to itself as TotalNetworkObjects is actually AggregateNetworkObjects. This will be fixed by #599, at which point the aggregate() call will no longer happen.
The text was updated successfully, but these errors were encountered:
At present, because server.py defaults to calling
aggregate()
on everything, the thing referring to itself asTotalNetworkObjects
is actuallyAggregateNetworkObjects
. This will be fixed by #599, at which point theaggregate()
call will no longer happen.The text was updated successfully, but these errors were encountered: