PhysiCell icon indicating copy to clipboard operation
PhysiCell copied to clipboard

saving rules v1 instead of v2 to /output

Open rheiland opened this issue 10 months ago • 3 comments

https://github.com/MathCancer/PhysiCell/blob/master/core/PhysiCell_rules.cpp#L2356

setup_cell_rules() is calling export_rules_csv_v1( rules_file );

rheiland avatar Apr 14 '24 08:04 rheiland

I believe that means that it also prints the base value, correct? Which I find useful.

https://github.com/MathCancer/PhysiCell/blob/3d7051f167b6b3551296a4b6d93db742dc532ee6/core/PhysiCell_rules.cpp#L2181-L2184

drbergman avatar Apr 25 '24 14:04 drbergman

Hmm, fair point. Just don't try to import that v1 version of the rules in the current version (2.37.*) of the Studio. I guess we should allow for importing v1 rules, but presumably we would also want to check the base value there with what the Studio currently has.

rheiland avatar Apr 25 '24 16:04 rheiland

this is related to issue #256

elmbeech avatar Jun 08 '24 17:06 elmbeech