n8xm
n8xm
T2_numpy turns out to be "C contiguous" whereas T1_numpy is "F contiguous". (See the [numpy documentation](https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.ndarray.flags.html#numpy.ndarray.flags), specifically the `C_CONTIGUOUS` and `F_CONTIGUOUS` flags for more info.) But these bindings should account...
Can confirm: ``` ERROR: LoadError: TypeError: typealias: in parameter, expected Type{T}, got Tuple{DataType,DataType} while loading /home/nathan/.julia/v0.4/TypeCheck/src/TypeCheck.jl, in expression starting on line 288 ```
I would suggest a slight change in the workflow for creating a new account. Perhaps it should look something like this: 1. Create new account using the current procedure. 2....
For reference, lines 430-433 of `reeber.cpp` can be found [here](https://github.com/AMReX-Astro/Nyx/blob/708f578d729dad03a40e5b5b7c210e563e224529/Util/reeber/src/reeber.cpp#L429-L434).
For reference, I have attached the makefile I am using: [GNUmakefile.txt](https://github.com/user-attachments/files/17068119/GNUmakefile.txt). I compiled in the `Exec/LyA` directory with `make -f GNUmakefile.txt -jN`, where `N` is the number of compile threads....
Credit to @anigmetov for the fix!
For March 18-25 our original plan does not say that this has to be finished. However, ideally we should have *something* working.
From our Slack discussion ([link to the message](https://viz-u.slack.com/archives/C8V8YDK0V/p1521571977000113)): > If we are going for novelty, the more novel thing to do would be to look at transparency / BTDFs. And...
We now may want to get rid of checkboxes altogether because very few "vanilla" BRDF models have these checkboxes.
Low priority for now. We are planning to go for MODIS data first. We may want to try loading MERL data before attempting to load DoE data.