mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-08 08:28:52 -06:00
Rename package to RELOG
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Copyright (C) 2020 Argonne National Laboratory
|
||||
# Written by Alinson Santos Xavier <axavier@anl.gov>
|
||||
|
||||
using ReverseManufacturing
|
||||
using RELOG
|
||||
|
||||
@testset "Instance" begin
|
||||
@testset "load" begin
|
||||
basedir = dirname(@__FILE__)
|
||||
instance = ReverseManufacturing.load("$basedir/../instances/s1.json")
|
||||
instance = RELOG.load("$basedir/../instances/s1.json")
|
||||
|
||||
centers = instance.collection_centers
|
||||
plants = instance.plants
|
||||
|
||||
Reference in New Issue
Block a user