Open Unco3892 opened 1 month ago
Issue of path separation for windows 11: https://github.com/msgomez06/TCBench_Alpha/blob/1af0b42e750fd8c84407ae8471fa111f5c916b2a/dev/utils/toolbox.py#L49
Also, note that your package branch has a similar issue with the path for data_dir: https://github.com/msgomez06/TCBench_Alpha/blob/530918ee56ff5353e40ff09a291a9e475d627206/tcbenchmark/utils/toolbox.py#L1280
package
data_dir
which has been updated in main: https://github.com/msgomez06/TCBench_Alpha/blob/1af0b42e750fd8c84407ae8471fa111f5c916b2a/dev/utils/toolbox.py#L2429 but package is still outdated.
main
Issue of path separation for windows 11
Issue of path separation for windows 11:
os.path.join("/", *self.filepath.split("/")[:-1], "SHIPS_netcdfs"),
Issue of path separation for windows 11: https://github.com/msgomez06/TCBench_Alpha/blob/1af0b42e750fd8c84407ae8471fa111f5c916b2a/dev/utils/toolbox.py#L49
Also, note that your
package
branch has a similar issue with the path fordata_dir
: https://github.com/msgomez06/TCBench_Alpha/blob/530918ee56ff5353e40ff09a291a9e475d627206/tcbenchmark/utils/toolbox.py#L1280which has been updated in
main
: https://github.com/msgomez06/TCBench_Alpha/blob/1af0b42e750fd8c84407ae8471fa111f5c916b2a/dev/utils/toolbox.py#L2429 butpackage
is still outdated.