Skip to content

Commit

Permalink
Move wrongly placed files
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jun 3, 2024
1 parent 994e15b commit daca333
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/__init__.py → src/nomad_simulations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@

from nomad.config.models.plugins import SchemaPackageEntryPoint
from pydantic import Field
from .schema import m_package, Simulation


class NomadSimulationsPackageEntryPoint(SchemaPackageEntryPoint):
# parameter: int = Field(0, description='Custom configuration parameter')

def load(self):
from .schema import (
from nomad_simulations.schema import (
m_package,
)

Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions src/nomad_simulations/schema_sections/nomad_plugin.yaml

This file was deleted.

0 comments on commit daca333

Please sign in to comment.