Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
One-step Forge Simulator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommaso Azzalin
One-step Forge Simulator
Commits
2d18af19
Verified
Commit
2d18af19
authored
2 years ago
by
Tommaso Azzalin
Browse files
Options
Downloads
Patches
Plain Diff
Removed useless imports
parent
78a9eaed
Branches
Branches containing commit
Tags
0.7.1
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
one_step_forge_simulator/simulator.py
+2
-5
2 additions, 5 deletions
one_step_forge_simulator/simulator.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
7 additions
and
6 deletions
CHANGES.md
+
4
−
0
View file @
2d18af19
**Version 0.7.1**
-
Removed useless imports.
**Version 0.7.0**
-
Renamed
`WarmKeepingManager`
as
`WarmholdingManager`
and all parameters, functions, variable name that talk about warm-keeping and not about warmholding (better keep same names everywhere).
...
...
This diff is collapsed.
Click to expand it.
one_step_forge_simulator/simulator.py
+
2
−
5
View file @
2d18af19
from
__future__
import
annotations
import
asyncio
import
logging
from
typing
import
Any
,
Callable
,
Dict
,
List
,
Optional
,
Tuple
import
simpy
from
typing
import
Any
,
Callable
,
Dict
,
Optional
from
one_step_forge_simulator.managers
import
TemperatureManager
,
MovementManager
,
SensorManager
,
WarmholdingManager
,
ControllerManager
from
one_step_forge_simulator.model
import
Rod
,
SimulatorState
,
Sensor
from
one_step_forge_simulator.model
import
Rod
,
SimulatorState
logger
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2d18af19
from
setuptools
import
setup
,
find_packages
VERSION
=
'
0.7.
0
'
VERSION
=
'
0.7.
1
'
DESCRIPTION
=
'
Forge Simulator that runs for one timestep, to be used within the SmartForge project.
'
LONG_DESCRIPTION
=
'
Forge Simulator that runs for one timestep, to be used within the SmartForge project.
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment