File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 "outputs" : [],
141141 "source" : [
142142 " # Rule Params\n " ,
143- " with resources.files(f\" cax.cs.lenia.patterns.{pattern}\" ).joinpath(\" rule_params.pickle\" ).open(\" rb\" ) as f:\n " ,
143+ " with (\n " ,
144+ " \t resources.files(f\" cax.cs.lenia.patterns.{pattern}\" )\n " ,
145+ " \t .joinpath(\" rule_params.pickle\" )\n " ,
146+ " \t .open(\" rb\" ) as f\n " ,
147+ " ):\n " ,
144148 " \t rule_params = pickle.load(f)"
145149 ]
146150 },
Original file line number Diff line number Diff line change 135135 "outputs" : [],
136136 "source" : [
137137 " # Rule Params\n " ,
138- " with resources.files(f\" cax.cs.lenia.patterns.{pattern}\" ).joinpath(\" rule_params.pickle\" ).open(\" rb\" ) as f:\n " ,
138+ " with (\n " ,
139+ " \t resources.files(f\" cax.cs.lenia.patterns.{pattern}\" )\n " ,
140+ " \t .joinpath(\" rule_params.pickle\" )\n " ,
141+ " \t .open(\" rb\" ) as f\n " ,
142+ " ):\n " ,
139143 " \t rule_params = pickle.load(f)"
140144 ]
141145 },
Original file line number Diff line number Diff line change 11[project ]
22name = " cax"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " Cellular Automata Accelerated in JAX"
55authors = [{ name =" Maxence Faldor" , email =" maxencefaldor@gmail.com" }]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments