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
Looking through the code I'm confused where the miner resyncs the metagraph data. On the following line the metagraph is fetched and set to a local variable. Should this be self.metagraph instead of metagraph to update the metagraph used in other places, e.g. Blacklist. I might be completely wrong, but then I do not understand where the metagraph is updated.
Looking through the code I'm confused where the miner resyncs the metagraph data. On the following line the metagraph is fetched and set to a local variable. Should this be
self.metagraph
instead ofmetagraph
to update the metagraph used in other places, e.g. Blacklist. I might be completely wrong, but then I do not understand where the metagraph is updated.text-prompting/prompting/baseminer/run.py
Line 101 in 2e8b1b8
Feel free to close the issue if I'm incorrect.
The text was updated successfully, but these errors were encountered: