Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Nov 5, 2024
1 parent 925823b commit 56cb807
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 485 deletions.
1 change: 1 addition & 0 deletions tests/parsers/test_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging

from nomad.datamodel import EntryArchive

from nomad_utility_workflows.parsers.parser import NewParser


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"source": [
"import gravis as gv\n",
"import networkx as nx\n",
"\n",
"from nomad_utility_workflows.utils.workflows import build_nomad_workflow, nodes_to_graph"
]
},
Expand Down Expand Up @@ -115,9 +116,7 @@
" 'supersection_index': -1,\n",
" 'section_type': 'results',\n",
" },\n",
" 'in_edge_nodes': [\n",
" 3\n",
" ],\n",
" 'in_edge_nodes': [3],\n",
" },\n",
"}"
]
Expand Down
Loading

0 comments on commit 56cb807

Please sign in to comment.