Colin
Colin
I see. One of the sys admins must have helpfully aliased ruby to jruby. The problem appears to be restricted to jruby. I guess this is not a ticket for...
I think having a BFO for non-philosophers would be nice. Altering the names and descriptions can only go so far. The abstractions are the same and will have the same...
I ran into the same issue when I wanted to use some groovy to munge some collected data from a channel. ```nextflow Channel .fromList(['a','ba','cab','done','elbow','fibers','ghastly', '']) .into {ch1} process exec_to_file {...
In the interim quick solution to this it to render in different intermediates directory for each document. The longer term solution is to generate a prefix for the intermediate template.knit.md...
Getting the associations without a call to save is the primary hurdle? Is the goal of this to speed up tests?
At least for testing purposes there is now a file_set_helper: https://github.com/projecthydra-labs/hydra-works/blob/master/spec/support/file_set_helper.rb The use is demonstrated here: https://github.com/projecthydra-labs/hydra-works/blob/master/spec/hydra/works/services/characterization_service_spec.rb
Currently hydra-derivatives requires fits 0.6.2. The characterization included here was built against output from fits.sh 0.8.4, but it worked reasonably well for 0.6.2 output. The tests now check that they...
Yes. Require was probably the wrong word for that. It states it as a dependency in the readme.
The related objects is being addressed again during the tech call on 2015-08-05.
The jsonld-java library has tests for this behavior. https://github.com/jsonld-java/jsonld-java/blob/47353f9e249ae9608781cd7eb8d04a13afd9be9b/core/src/test/resources/json-ld.org/remote-doc-manifest.jsonld#L93-L102 https://github.com/jsonld-java/jsonld-java/blob/master/core/src/test/resources/json-ld.org/remote-doc-0010-in.json https://github.com/jsonld-java/jsonld-java/blob/master/core/src/test/resources/json-ld.org/remote-doc-0010-out.jsonld