how to use os module in gin file
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 122
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.