chore: renamed files under diffpy.snmf/examples to avoid repetition#148
chore: renamed files under diffpy.snmf/examples to avoid repetition#148TingwenZhang wants to merge 2 commits intodiffpy:mainfrom TingwenZhang:working-branch
Conversation
|
@TingwenZhang nicely done there. Maybe something like The filenames only need to be 1.gr, 2.gr etc. in principle but having a bit more is probably safer. |
|
Yes, the last integer is just an index in the original files |
As I mentioned, although just |
|
I made the names more descriptive. I also added |
|
I am sorry @TingwenZhang you didn't quite understand. I was after: The shortened filename is clear given the directory name. To avoid multiple commits of many files, could we do this on a new PR? |
Removed the repetition between folder names and file names under
diffpy.snmf/examples.├── mix-ZnSe-w0.4-BaTiO3_c-w0.6/
│ ├── mix-w0.4-w0.6-1.iq
│ ├── mix-w0.4-w0.6-2.iq
│ └── ...
└── mix-ZnSe-w0.5-BaTiO3_c-w0.5/
├── mix-w0.5-w0.5-1.gr
├── mix-w0.5-w0.5-2.gr
└── ...
These files only exist under
diffpy.snmf/examplesand are not referenced anywhere else in the repository.@sbillinge @john-halloran
Could you look at my suggestions on renaming?