-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Volcano plot dividers fix, new concentration scaler, closed-form shomate regression, shomate adsorbate for Cp correction, griddata deprecation fix. #120
Conversation
Merge pull request SUNCAT-Center#117 from medford-group/master
A concentration scaler has been added to map TOF as a function of gas concentrations. Shomate regression is now performed in closed form, using LSQR. Adsorbates thermal corrections can now be accounted for with Shomate correlations.
A concentration scaler has been added to map TOF as a function of gas concentrations. Shomate regression is now performed in closed form, using LSQR. Adsorbates thermal corrections can now be accounted for with Shomate correlations.
A concentration scaler has been added to map TOF as a function of gas concentrations. Shomate regression is now performed in closed form, using LSQR. Adsorbates thermal corrections can now be accounted for with Shomate correlations.
Switched griddata from mlab to scipy since the former has been deprecated in recent versios of matplotlib.
@mhangaard and @ajmedford, do you know what this issue is with Travis CI? rm: cannot remove '/dev/shm': Device or resource busy
The command "sudo rm -rf /dev/shm" failed and exited with 1 during . |
No I have never seen it. Clearly a CI issue. I do not see what business CatMAP would in the devices directory. |
@gusmaogabriels I am also sure this is a CI issue, though I don't ever remember setting anything like this up. That was years ago though, so maybe I have forgotten. @mhangaard Do you know who currently maintains the CI? |
+ incompatible iterable argument type in .
@ajmedford, @mhangaard, Newer versions are now building just fine on CI. |
Volcano plot separators have also been fixed in this commit.
I have centralized the ase string2symbol import in the |
Merge pull request SUNCAT-Center#120 from medford-group/master
A concentration scaler has been added to map TOF as a function of gas concentrations.
Shomate regression is now performed in closed form, using LSQR.
Adsorbates thermal corrections can now be accounted for with Shomate correlations.
Switched griddata from mlab to scipy since the former has been deprecated in recent versios of matplotlib.