Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use os module in gin file #200

Open
51057913 opened this issue Apr 29, 2024 · 1 comment
Open

how to use os module in gin file #200

51057913 opened this issue Apr 29, 2024 · 1 comment

Comments

@51057913
Copy link

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

@51057913
Copy link
Author

readdata_v3.inter_time=60*%DataInter
readdata_v3.pre_time=30*%DataPre

60*%DataInter error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant