-
Notifications
You must be signed in to change notification settings - Fork 92
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
Directory reorganization needed #3
Comments
We also need a better name for the 3d_daostorm directory to make it easier to import. |
Wouldn't it be appropriate, to reorganize the whole project in a python module-like structure with according init.py files as well? |
I renamed everything basically as described above, and I moved the 3D-DAOSTORM project to the daostorm_3d directory so that it can be imported more easily. Can you elaborate your thoughts regarding init.py files and a module like structure? |
init.py (or more exact init.py files) are used to Am 2016-09-10 03:32, schrieb Hazen Babcock:
|
I believe that all the relevant folders already have I'm unsure about the best way to distribute this project because only parts of it are library functions. Also, my experience is that setup.py always fails when you are using the MinGW compiler on Windows. I've never figured out how to pass the correct arguments to setup.py to get it to work. |
The relevant init.py files are empty. Making stuff windows compatible is another big thing. There are some -Using the GNU toolchain with mingw (which I also don't really like) I see the main problem being the Fortran calls to LAPACK, which makes Am 2016-09-24 03:43, schrieb Hazen Babcock:
|
Now that So in addition to the I can help setting up the build system if needed. |
A PR to add |
This is now in master. |
To reduce name space pollution most things should be moved to a sub-directory of a new folder called "storm_analysis", so the new layout would be something like:
storm_analysis/3d_daostorm
storm_analysis/decon_storm
..
The text was updated successfully, but these errors were encountered: