Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sH4MbLe5 committed Apr 1, 2024
1 parent 4183fa9 commit 120656b
Show file tree
Hide file tree
Showing 4 changed files with 1,000 additions and 1 deletion.
3 changes: 3 additions & 0 deletions FAIRFlowChemistry/tools/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ def DEXPI2sdRDM(filepath: Path|str ):
component.connections.extend(connection)
component.connections.remove(component.component_id)

<<<<<<< Updated upstream
#for component in components:
# print(component.component_id, component.connections)
=======
>>>>>>> Stashed changes
return PlantSetup(components=components)
2 changes: 1 addition & 1 deletion Main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.10.4"
},
"vscode": {
"interpreter": {
Expand Down
Loading

0 comments on commit 120656b

Please sign in to comment.