Pol Febrer Calabozo

Results 344 comments of Pol Febrer Calabozo

Yes I think that there should be a base class as abstract as `Space` and then we could implement interpolation algorithms between the different subclasses of space. E.g. from `Grid`...

Welcome to the club :1st_place_medal: (of people that want the passivation feature) :) Apart from #202 I wonder if the problem can now be framed in terms of the new...

Btw I think if you need to deal with very big geometries it would be very useful to have https://github.com/zerothi/sisl/pull/393, otherwise using `Geometry.close` will blow up the computation time unnecessarily.

1. Do you mean because it shows the values of the local variables? This can be deactivated by passing `pretty_exceptions_show_locals=False` to the typer app. 2. How would you support `Union`...

I think you can parse the options by order, but I don't know how to do it yet (I don't have time to look at it now). 2. How would...

> And the current PR test, does not use the subcommand arguments, could you make this work? E.g. stoolbox atom This is how it is implement it now with the...

> In argparse you don't define the type (necessarily), you just parse it in the action. So you never define all the possibilities. You basically define them, but just in...

> I can't really figure this out. The idea of the toolboxes is that they are allowing external users to contribute toolboxes. And easily hook into the stoolbox CLI. If...

> tiangolo is very hard working, but he only has so much time, and FastAPI is very popular, his focus is likely there. Yes, it also seems to me that...