Dr. Andrew Annex
Dr. Andrew Annex
closing as per #796
@AlexanderJuestel @Japhiolite some thoughts: 1. We need to run some tests to ensure aesara is able to utilize GPUs. I have access to a server with two nvidia hpc gpus...
@Japhiolite okay sounds good, I should have some time late next week to run initial tests and from there I can work on points 2 & 3
for what it is worth I am seeing this error now after making a new environment and with pandas 1.3.4 in `unconformity_model_topo` ``` self = Lithology ids [4. 4. 4....
@lachlangrose the docs for conda-forge (https://conda-forge.org/docs/maintainer/adding_pkgs.html) have more details on what is needed for the recipe, but my instinct is that the C++ library for surfe would use cmake to...
Yeah that would my expectation, it depends on how surfe is intended to be used, @MichaelHillier what is your thinking? -Andrew Annex > On Jul 29, 2020, at 4:29 PM,...
@MichaelHillier my understanding is that it should be possible to implement both of those options you give in a single codebase (no extra repositories) possibly requiring very little change. In...
indeed: https://github.com/scikit-build/scikit-build-sample-projects/tree/master/projects/hello-pybind11
Hey @alfonsoSR thanks for your interest and I appreciate the feedback. As this will be a long PR, I think it's best to just comment on the code inline in...
@alfonsoSR okay so the missing header files are because you are not specifying an environment variable check I added to get_spice.py. Try setting "export CSPICE_NO_TEMP='True'" in the terminal first and...