Toon Verstraelen

Results 229 comments of Toon Verstraelen

#99 May be relevant. In my case `encfs --reverse` on top of `rofs-filtered` requires a silly workaround.

@fulldecent : Thanks for sharing this. Which scripting language do you use in this workaround? (A shebang line would be good.) It seems that you have to run rsync twice...

@ianhi Thank you for all the insightful comments! I'm going to experiment with this, before asking more questions.

After trying a few things, I found `nbagg`'s behavior more intuitive. I'll summarize the situation for the common use case of someone refining their plotting code and re-executing that incrementally...

Thanks for your help! That works indeed, but I'm still puzzled by how ipympl decides what to show when `plt.show()` is called. The documentation of [plt.show](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html) mentions that this function...

Nobody can beat Lori. :) I owe her a beer. Anyway, thanks for your quick replies. Compilation just started. I'll let you know how it ends.

All worked well. I'll check with the student to make sure he is happy too. So this is my mindless list of commands, including the suggested correction and a few...

The `__END_NAMESPACE_STD` errors were caused by the presence of an intel compiler whose variables were sourced in Josja's `~/.bashrc` file. (So, if the recipe above does not work for you,...

The original issue is still valid. Translating the instructions given in the documentation (https://psicode.org/psi4manual/master/build_planning.html#how-to-configure-code-to-use-high-angular-momentum-basis-sets) into a series of commands that actually work is not trivial. (The comments made JosjaVanBever were...

I checked out the issue on `np.isclose`. I agree that the default `atol` should be zero, because it is a potential source of bugs and major confusion. (See NumPy issue...