SimonEnsemble / PorousMaterials.jl

Julia package towards classical molecular modeling of nanoporous materials
GNU General Public License v3.0
51 stars 11 forks source link

Savename comments #58

Closed Surluson closed 6 years ago

Surluson commented 6 years ago

Added the option to add trailing comments to the filenames that are saved if autosave=true. Feature added to gcmc and henry functions and the savename functions (henry_result_savename and gcmc_result_savename).

Will add an underscore to the front of the comment if it isn't there to begin with.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 36


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Henry.jl 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/GCMC.jl 1 85.29%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 34: -0.1%
Covered Lines: 989
Relevant Lines: 1322

💛 - Coveralls