Skip to content

Commit

Permalink
Update GraphDB url
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed May 8, 2024
1 parent 8462951 commit dae120a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pylipd/tests/test_LiPD.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_load_t1(self,multipleLipds):
def test_load_t2(self):

lipd_remote = LiPD()
lipd_remote.set_endpoint("http://localhost:7200/repositories/LiPDVerse-dynamic") #https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse2")
lipd_remote.set_endpoint("https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse-dynamic")
try:
lipd_remote.load_remote_datasets(["Ocn-MadangLagoonPapuaNewGuinea.Kuhnert.2001", "MD98_2181.Stott.2007", "Ant-WAIS-Divide.Severinghaus.2012"])
except(urllib.error.HTTPError):
Expand Down
4 changes: 2 additions & 2 deletions pylipd/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


local_lipd_dir = "/Users/varun/git/LiPD/PyLiPD/data/lpd.latest"
#remote_lipd_endpoint = "https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse-dynamic"
remote_lipd_endpoint = "https://localhost:7200/repositories/LiPDVerse-dynamic"
remote_lipd_endpoint = "https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse-dynamic"
#remote_lipd_endpoint = "https://localhost:7200/repositories/LiPDVerse-dynamic"

'''
lipd = LiPD()
Expand Down

0 comments on commit dae120a

Please sign in to comment.