Pandora-IsoMemo / DSSM

Pandora & IsoMemo spatiotemporal modeling (DSSM)
https://pandora-isomemo.github.io/DSSM/
GNU General Public License v3.0
4 stars 1 forks source link

Feature/135 apply functions from datatools #149

Closed jan-abel-inwt closed 1 year ago

jan-abel-inwt commented 1 year ago

Could you please merge the changes from main into this branch? Everything else looks ok. +1 https://github.com/Pandora-IsoMemo/iso-app/network image

Done.

arunge commented 1 year ago

@jan-abel-inwt As just discussed, forget the above, just add the lines

if (Sys.getenv("API_BASE_URL") != "") {
    apiBaseURL <- Sys.getenv("API_BASE_URL")
  } else {
    apiBaseURL <- Sys.getenv("API_BASE_URL_DEFAULT")
}

instead of

apiBaseURL <- Sys.getenv("API_BASE_URL")

to the DataTools function! :slightly_smiling_face:

Then the error should be fixed.