1. Mostly-zeros sites list

Mostly-zeros sites list

Home Forums FABRIC General Questions and Discussion Mostly-zeros sites list

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4862
    Debnil Sur
    Participant

      My output for fablib.list_sites() looks like:

      sites matrix with mostly zeros until the NICs

      How do I fix this? I’ve tried on the various Jupyter notebook servers and run into the same error.

      #4863

      Have you tried adding the force_refresh parameter?

      fablib.list_sites(force_refresh=True)

      #4864
      Debnil Sur
      Participant

        That gives me this error:

        `
        —————————————————————————
        TypeError Traceback (most recent call last)
        Cell In[6], line 54
        51 prompt_to_destroy_all_slices()
        53 fablib.show_config()
        —> 54 output = fablib.list_sites(force_refresh=True)
        56 None

        TypeError: list_sites() got an unexpected keyword argument ‘force_refresh’

        <code></code>`

        I’m using the Fall 2023 server (the default).

        #4865

        Usually this error comes up because older version of fabrictestbed-extensions is loaded.
        Can you check the file fabric_config/requirements.txt?
        If there are any entries for “fabrictestbed-extensions”, try to remove them save the file and then restart the jupyter server.

        #4869
        Ilya Baldin
        Participant

          Also be cognizant of which container type you are starting – we now offer several. For experimenters the ‘bleeding edge’ is worth trying as it should have all the latest released versions

        Viewing 5 posts - 1 through 5 (of 5 total)
        • You must be logged in to reply to this topic.