mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
web: implement data migration, reorganize data folder
This commit is contained in:
@@ -13,12 +13,12 @@ import {
|
||||
parseProfiledUnitsCsv,
|
||||
ProfiledUnitsColumnSpec,
|
||||
} from "./ProfiledUnits";
|
||||
import { TEST_DATA_1 } from "../../core/fixtures.test";
|
||||
import { TEST_DATA_1 } from "../../core/Data/fixtures.test";
|
||||
import assert from "node:assert";
|
||||
import {
|
||||
getProfiledGenerators,
|
||||
getThermalGenerators,
|
||||
} from "../../core/fixtures";
|
||||
} from "../../core/Data/types";
|
||||
|
||||
test("parse CSV", () => {
|
||||
const csvContents =
|
||||
|
||||
Reference in New Issue
Block a user