Martin Hangaard Hansen

Results 19 comments of Martin Hangaard Hansen

I also see the issue with Julia 1.5.1 and python 3.9. ``` 2021-07-29T14:18:54.2226731Z File "/home/hafnium/miniconda3/lib/python3.9/site-packages/julia/core.py", line 680, in __init__ 2021-07-29T14:18:54.2227274Z self.__julia = Julia(*args, **kwargs) 2021-07-29T14:18:54.2228006Z File "/home/hafnium/miniconda3/lib/python3.9/site-packages/julia/core.py", line 503, in...

It would be a killer feature to have pasting multiple cells or entire columns working :)

Please check why the test are failing. Run the relevant tests locally according to these instructions: https://github.com/SUNCAT-Center/CatLearn/blob/master/test/README.md

Hi Jan, thank you for taking care of the package in conda-forge. I agree, this is an issue that must be fixed. magpie should be treated properly as an external...

This is the original source of Magpie: https://bitbucket.org/wolverton/magpie

There is even a Python wrapper for magpie by Wolverton group: https://bitbucket.org/wolverton/magpie-python

Please check why the test are failing. Run the relevant tests locally according to these instructions: https://github.com/SUNCAT-Center/CatLearn/blob/master/test/README.md

Thank you for posting this issue and #91 and #93 I hope we can get this reviewed soon. As for MLMin, there is an alternative built natively into ASE called...

More information is needed to reproduce the error. Which version of CatMAP are you running? To find out, go to python command line and type: >> from catmap import __version__...

> Yes this would be useful. Really FigureWidget should pass most options available in `fig.show(config=config)`. > One example of config dict > > ``` > config = { > 'scrollZoom':...