sdsswork.cfg not found
Open
@havok2063 is already working on this.
Since Oct 1, 2024.
- Dominant language
- Python
- Stars
- 3
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
The purpose of this issue is to determine if there is a file system (e.g. mount point issue), or some other non-CHPC problem, by clarifying the false warning (i.e. $TREE_DIR/data/sdsswork.cfg not found) by adding extra verbosity to drill down into the error:
2024-09-24 17:17:54,870 [WARNI] sdsswork.cfg not found. Defaulting to sdsswork
which is both intermittent and not reproduceable on the same (mwm.sdss.org) node:
$ module purge; module load mwm/daily; ll $TREE_DIR/data/sdsswork.cfg; ipython
-rw-r----- 1 sdssunit sdss 34469 Jul 10 11:53 /uufs/chpc.utah.edu/common/home/sdss10/software/sdss/github/tree/main/data/sdsswork.cfg
Python 3.8.5 (default, Sep 4 2020, 07:30:14)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.19.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from sdss_access.path import path
In [2]: sdss_path=path.Path()
In [3]: sdss_path.release
Out[3]: 'sdsswork'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.