GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

Update README for xnat_configuration #81

Open AnilMistry opened 2 years ago

AnilMistry commented 2 years ago

The current version requires a verify = True/False flag, but this isnt reflected in the readme.

    xnat_configuration = {'server': "http://localhost",
                          'user': "admin",
                          'password': "admin",
                          'project': "XXXX",
                          'verify': True
                          }
laurencejackson commented 2 years ago

Thanks for flagging @AnilMistry. You're correct, this is required for the live version of XNAT in our case. I will tidy up the way that variable is used so it doesn't cause this issue, and will update the documentation accordingly