Fran Torres

Results 15 comments of Fran Torres

I am having the same issue, I have tried in Windows 10, WSL and Ubuntu... I am using the most recent versions of the libraries. An option could be to...

This is a good idea. I feel it improves the decoupling of the code, such that in principle, you could use the calculator/transformation anywhere else. This will also make it...

I agree with this sentence: "Ideally the calculator just takes some dataset and returns a dataset." The second sketch does indeed look more linear and less coupled, which should be...

The problem is in line 167 in lammps_flux_files: self.experiment.species = {"1": []} ValueError: Attribute 'data' does not accept objects of type Which I guess it makes sense to throw an...

Indeed, putting it as a dict hacked the issue. I am not familiar with the database, so I guess it could be a bit tricky for me... Also, how do...

With the little hack of considering it as one species as we did before made the trick. I didn't send the PR because I wanted to work more on them.

I fixed it locally with this: > Yes I think it is a dict now so you may also be able to avoid the issue still. But if we can...

I need to check it still... I hope I can do it tomorrow or friday.

I remember they were working afterwards, but I need to get back and check it... Let's discuss on monday as planned.