Skip to content

Commit

Permalink
Merge pull request #11 from Exabyte-io/update/SOF-6317
Browse files Browse the repository at this point in the history
update/SOF-6517: rename proto_properties -> meta_properties
  • Loading branch information
timurbazhirov authored Jul 14, 2023
2 parents b90700c + 082a037 commit bd7d623
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/classmap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ConvergenceElectronicProperty } from "./include/convergence/convergence_electronic";
import { ConvergenceIonicProperty } from "./include/convergence/convergence_ionic";
import { Pseudopotential } from "./include/meta_properties/pseudopotential";
import { AveragePotentialProfileProperty } from "./include/non-scalar/average_potential_profile";
import { BandGapsProperty } from "./include/non-scalar/band_gaps";
import { BandStructureProperty } from "./include/non-scalar/band_structure";
Expand All @@ -13,7 +14,6 @@ import { StructureProperty } from "./include/non-scalar/structure";
import { WorkflowProperty } from "./include/non-scalar/workflow";
import { ObjectProperty } from "./include/primitive/object";
import { TensorProperty } from "./include/primitive/tensor";
import { Pseudopotential } from "./include/proto_properties/pseudopotential";
import { Property } from "./property";
import { PROPERTIES, PROPERTY_TYPES } from "./settings";

Expand Down
2 changes: 1 addition & 1 deletion tests/pseudopotential.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from "chai";

import { Pseudopotential } from "../src/include/proto_properties/pseudopotential";
import { Pseudopotential } from "../src/include/meta_properties/pseudopotential";

const PSEUDO_CONFIGS = [
{
Expand Down

0 comments on commit bd7d623

Please sign in to comment.