Juan M. Lorenzi
Juan M. Lorenzi
### Expected behavior kmos models should be able to run after being compiled with any of the three backends. In addition running `kmos bench` should return output similar to ```...
Hey Max, This is regarding current state of the develop branch: I suddenly started to get this error. AttributeError: 'Meta' object has no attribute 'model_dimension' This happened when I tried...
I see that in some example models a `lattice_size` parameter appears... Is this deprecated or still used in the current version of the code? Ditto for `print_every` and `total_steps` EDIT:...
In lat_int you can say Condition(cood=some_coord, species='CO or NO') but not in local_smart. I can try to implement that if you think it is useful.
I have a very short helper function that takes a KMC_Model instance and a dictionary and tries to set up the attributes of the KMC_Model.parameters. Would you be interested in...
I am trying to use the ColorGradient(type='radial', ... ) and getting confused with the meaning of xy1, xy2 and xy3. Going through cairocffi's docstrings, I see that cairocffi.RadialGradient takes (cx0,...
I think this solves the gradient problem I commented in the issue. It seems to work on my simple tests... but I have not done extensive testing. The same goes...