Skip to main content

Towards 3D building physics modeling

Project description

building3d

I don't now where this project is heading, so there's no documentation yet.

Installation

python3.10 -m venv venv
source venv/bin/activate
pip install -e .[dev]
sudo apt install cloc  # for source code line counting

If you see the following error when running mayavi2:

********************************************************************************
WARNING: Imported VTK version (9.3) does not match the one used
         to build the TVTK classes (9.2). This may cause problems.
         Please rebuild TVTK.
********************************************************************************

try updating vtk to the correct version:

pip install -U vtk==9.2

Testing

Run unit tests:

make test

Produce a coverage report:

make coverage

Example

python example.py

TODO:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

building3d-0.0.1.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

building3d-0.0.1-py3-none-any.whl (20.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page