Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 20, 2023
1 parent 803cfd4 commit cbf9ad3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tests/test_scenario_data.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import yaml
import pandas as pd
import numpy as np
from premise.ecoinvent_modification import (
LIST_IMAGE_REGIONS,
LIST_REMIND_REGIONS,
SUPPORTED_EI_VERSIONS,
)

from premise.utils import load_constants

config = load_constants()
LIST_REMIND_REGIONS = config["LIST_REMIND_REGIONS"]
LIST_IMAGE_REGIONS = config["LIST_IMAGE_REGIONS"]
SUPPORTED_EI_VERSIONS = config["SUPPORTED_EI_VERSIONS"]

from premise.geomap import Geomap

from datapackage import Package
Expand Down

0 comments on commit cbf9ad3

Please sign in to comment.