This commit is contained in:
parent
f85b90b41e
commit
cc6514a367
@ -7,7 +7,7 @@ steps:
|
|||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- . ven/Scripts/activate
|
- venv/Scripts/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
|
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
|
||||||
|
|
||||||
|
@ -474,5 +474,4 @@ class TabSimulator:
|
|||||||
self.label_Esobredim.config(text=f"E_total x1.15: {E_sobredim:.2f} J")
|
self.label_Esobredim.config(text=f"E_total x1.15: {E_sobredim:.2f} J")
|
||||||
|
|
||||||
def get_energy_required(self):
|
def get_energy_required(self):
|
||||||
return self.energy_required
|
return self.energy_required
|
||||||
|
|
Loading…
Reference in New Issue
Block a user