Sha256: 60c866be05f12676ba7a9d42ad3c639f2cc04e15c46f69dfb0e88f14fbcefc48
Contents?: true
Size: 421 Bytes
Versions: 1
Compression:
Stored size: 421 Bytes
Contents
ENV["LAZAR_ENV"] = "development" require 'minitest/autorun' require_relative '../lib/lazar.rb' #require 'lazar' include OpenTox TEST_DIR ||= File.expand_path(File.dirname(__FILE__)) DATA_DIR ||= File.join(TEST_DIR,"data") training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first Import::Enanomapper.import unless training_dataset
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lazar-1.0.1 | test/setup.rb |