Aditya Savara
Aditya Savara
The readme says the software is in the public domain. This pull request makes the license file match that. Below are further details. ** The readme says the software is...
The tool, CiteSoft, already exists. The tool just needs to be merged into this project and needs some minor adjustments. This would be a tool for CFF creation, which would...
I am making two issues cards. This is the first one because it is the simpler of the two. However, they are related. The other issue card is here: https://github.com/citation-file-format/citation-file-format/issues/345...
Removing numpy deprecation warning mentioned here #114 Changed "asmatrix" to "asarray" Changed * operator to @ operator for the inverse functions (as shown in diff file below). Passed unit tests...
...\anaconda3\envs\zeus\Scripts\zeus.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Iterable as IterableType It seems...
In the basic use example ( https://zeus-mcmc.readthedocs.io/en/latest/ ) currently there is this line: start = np.random.randn(nwalkers, ndim) https://zeus-mcmc.readthedocs.io/en/latest/index.html Also here: https://zeus-mcmc.readthedocs.io/en/latest/notebooks/datafit.html I copied that for how zeus is initialized in...
I was able to get the test_mpi.py example to work, but I have not been able to get the chain manager to work when trying to use it inside a...
Changing name of "formation_energy" field in input files to better reflect what that term represents
As noted in the below pull request, the "formation_energy" field in the input file is actually the electronic energy contribution to the relative formation energy (it's not the full formation...
### Expected behavior janaf_data directory should be made during installation along with a few files. ### Actual behavior janaf_data directory is not automatically put in the right place during installation....
The throttling module currently exports semi colon separated csv files It should be changed to also export tab separated versions (.tsv) since some people might find that easer https://github.com/kmcos/kmcos/blob/master/kmcos/throttling.py