lanl / PyBNF

An application for parameterization of biological models available in SBML and BNGL formats. Features include parallelization, metaheuristic optimization algorithms, and an adaptive Markov chain Monte Carlo (MCMC) sampling algorithm.
Other
22 stars 18 forks source link

Data does not support item assignment #227

Closed emitra17 closed 6 years ago

emitra17 commented 6 years ago

Documentation implies you can do something like simdata['A'] = a_data where simdata is a Data object.

Would be a nice feature to have. Need to either implement it or remove from documentation.