• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mkofler96 / DeepSDFStruct / 27753924605
80%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 10:56AM UTC
Jobs 1
Files 42
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jun 2026 10:41AM UTC coverage: 80.078% (+0.1%) from 79.979%
27753924605

push

github

web-flow
Add homogenization (#65)

* Add test experiment for homogenization model with training artifacts

- Introduced new experiment directory for testing homogenization.
- Added latest model, optimizer parameters, latent codes, and logs as binary files.
- Created specs.json to define network architecture and training parameters.
- Added training summary in training_summary.json.
- Implemented a test function to train the homogenization model in test_train_model.py.

* Add homogenization network and update training loss calculation

* added xlim option back to plot sdf

* Update test experiment specs and data directory for homogenization model

* Refactor homogenization model tests to use shared data directory fixture

* set default dtype to float32 in test train model

* reduced test duration by reducing sampling points

* fix retry 429 error

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix negative Jacobian at mesh resolution 10 by filtering tets in float64

The orientation check ran in float32 but torchfem evaluates Jacobians in
float64 (after verts.to(float64)). Tets with a tiny positive float32
volume can flip negative in float64, causing the "Negative Jacobian"
exception. Compute the final validity mask in float64 so the filter is
consistent with torchfem.

* added HF secret

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>

457 of 565 branches covered (80.88%)

Branch coverage included in aggregate %.

4073 of 5092 relevant lines covered (79.99%)

0.8 hits per line

Coverage Regressions

Lines Coverage ∆ File
114
75.77
-0.34% SDF.py
33
86.01
-0.02% sampling.py
11
88.04
1.38% deep_sdf/networks/deep_sdf_decoder.py
4
90.28
0.39% deep_sdf/training.py
Jobs
ID Job ID Ran Files Coverage
1 27753924605.1 18 Jun 2026 10:56AM UTC 42
80.08
GitHub Action Run
Source Files on build 27753924605
  • Tree
  • List 42
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27753924605
  • 37c9f6b7 on github
  • Prev Build on main (#27690020664)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc