SimScaleGmbH / external-building-aerodynamics

MIT License
2 stars 2 forks source link

Failing to find a project via the API #14

Open kdeiri opened 2 years ago

kdeiri commented 2 years ago

When calling def find_project in the SimulationCore.py module --> it returns that an object of None type does not have a get_projects method.

The reason for this is that it is failing in initializing ProjectsApi (self.api_client) inside the SimulationCore.py module