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
I want to use module to connect url.
#inside data.gin
import os
DataPatient="path1"
Data_no_smooth= os.path.join("/orgindata",os.path.basename(%DataPatient))
Data_smooth= os.path.join("/smoothdata",os.path.basename(%DataPatient))
I doesn't work.I want to know how to use python method in gin file
The text was updated successfully, but these errors were encountered:
I want to use module to connect url.
#inside data.gin
import os
DataPatient="path1"
Data_no_smooth= os.path.join("
/orgindata",os.path.basename(%DataPatient))/smoothdata",os.path.basename(%DataPatient))Data_smooth= os.path.join("
I doesn't work.I want to know how to use python method in gin file
The text was updated successfully, but these errors were encountered: