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

JannisNe / timewise
87%

Build:
DEFAULT BRANCH: main
Repo Added 19 Jan 2022 04:14PM UTC
Files 58
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • BUGFIX_correct_average_calculation
  • abstract-loader-and-process
  • additional_columns_optional
  • ampelv0.7.4
  • benchmark-file-loading
  • better-package
  • better_chi2_plots
  • better_diagnostic_binning_plot
  • better_outliers
  • binned_lightcurve_diagnostic
  • bug-fix-allwise-only
  • bugfix_key_error_when_no_data
  • bugfix_rms
  • cache-jobs
  • change_data_format
  • channel-aware-muxer
  • chi2_plots
  • chunk-loads-data
  • clean_outliers_when_binning
  • cluster_job_id_threadsafe
  • cluster_logs
  • cntr_mf-addition
  • config_interface
  • configurable-outlier-rejection
  • configurable-stacking
  • correct_chi2_in_chi2fits
  • coverage_plots
  • crosscheck-allwise-catalog-for-duplicates
  • cutout-caching
  • dependabot/pip/coveralls-gte-3.3.1-and-lt-5.0.0
  • dependabot/pip/jupyterlab-gte-4.6.1-and-lt-5.0.0
  • dependabot/pip/matplotlib-3.7.4
  • dependabot/pip/matplotlib-gte-3.11.0-and-lt-4.0.0
  • dependabot/pip/numpy-gte-2.4.6-and-lt-3.0.0
  • dependabot/pip/pydantic-2.5.2
  • dependabot/pip/pydantic-gte-1.9.0-and-lt-3.0.0
  • dependabot/pip/pytest-gte-7.2.2-and-lt-9.0.0
  • dependabot/pip/scikit-image-0.21.0
  • dependabot/pip/seaborn-0.13.0
  • dependabot/pip/sphinx-rtd-theme-gte-1.3.0-and-lt-4.0.0
  • dependabot/pip/sphinx-rtd-theme-gte-3.1.0-and-lt-4.0.0
  • dependabot/pip/types-requests-gte-2.33.0.20260518-and-lt-3.0.0.0
  • dependabot/pip/urllib3-2.1.0
  • dependabot/pip/urllib3-2.5.0
  • deprecate-os.path
  • dev-fix-on-allwise-data
  • disc_lock
  • docs_setup
  • downgrade_pydantic
  • drop-poetry
  • error_factor
  • expand-input-csv
  • expand-paths
  • extend-markers
  • faster-chunks
  • filter
  • fix-doc-deployment
  • fix_apperture_correction
  • fix_indices_submit_cluster
  • fix_position_masks_locally
  • fix_positional_selection
  • fix_wise_desydata_plot
  • flux_density_from_instrument_flux
  • histogram_binning
  • htcondor
  • insert-fix
  • logger
  • logo
  • longer-timeout
  • misc_import
  • missing_files
  • mp_pos_masks
  • nans_for_no_data
  • nicer_diag_plot
  • panstarss-outside-footprint
  • parent_sample_property
  • position_mask_bad_indices
  • postitional_mask
  • preload_unbinned_lcs
  • pyvo-v1.7-compatibility
  • remove_outdated
  • resubmit
  • revert-163-dev-fix-on-allwise-data
  • revert-68-better_chi2_plots
  • rtd-theme
  • separate-process
  • skip_download
  • slackbot
  • speed_up_position_masks
  • speedup-using-pandas
  • stability_issue
  • stable-submit
  • stable_lc_plot
  • stable_tap_service
  • stacking-in-t2
  • stream_gzip
  • support-wise-allsky
  • t_distribution_correction
  • test_wise_bigdata
  • update-ampel
  • update-scipy-and-numpy
  • update_config
  • update_doc
  • use-dpid-instead-of-stock
  • use-mongomock
  • v0.1
  • v0.1.1
  • v0.1.2
  • v0.5.4-bugfix
  • v1
  • v1-ampel
  • v1-processor
  • verify_lightcurves_exis

26 Jun 2026 12:09PM UTC coverage: 86.724% (-0.5%) from 87.2%
28237085949

push

github

web-flow
Use `mongomock`, drop MongoDB in testing (#186)

* try and use mongomock, no point so far...

* mirror what ampel does in conftest

* remove mongodb

* make dev context respect the db_prefix,

* receive instantiated client

* use mongomock_client fixture

* I dont think we need an ampel config

* use dynamically create ampel config

* add pytest-ampel-core

* fix ampel confgi

* also patch MongoClient in T1HDBSCAN

* test ampel run with only a quick ingestion

* use full tests only on PR

* move dataframe_to_datapoints to util

* add test for hdbscan

* use pytest marks to run different templates

* add specifically test stacking

* remove unused import

* fix pytests call

* fix pytests call

* run verbose

* add marks

* revamp coverage

* optionally use real mongodb

* use real mongodb on PR, otherwise tests take hours

* use real mongodb on PR, otherwise tests take hours

* fix pytest call

* add back py3.13

* remove coverage combine

* minimal testing version

* hopefully fix coveralls

* add 3.13 and all tests back in

165 of 223 new or added lines in 8 files covered. (73.99%)

14 existing lines in 5 files now uncovered.

2025 of 2335 relevant lines covered (86.72%)

1.73 hits per line

Relevant lines Covered
Build:
Build:
2335 RELEVANT LINES 2025 COVERED LINES
1.73 HITS PER LINE
Source Files on main
  • Tree
  • List 58
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28237085949 main Use `mongomock`, drop MongoDB in testing (#186) * try and use mongomock, no point so far... * mirror what ampel does in conftest * remove mongodb * make dev context respect the db_prefix, * receive instantiated client * use mongomock_client ... push 26 Jun 2026 12:15PM UTC web-flow github
86.72
28027612476 main Fix check for duplicate AllWISE data in `TiMongoMuxer` (#185) * adds body.cntr_mf to fix a bug caused by the fact that it was not there and is needed for the allwise data * added body.cntr_mf to the mongomuxer projection dictionary so it can get... push 23 Jun 2026 01:01PM UTC web-flow github
87.2
27900733949 main Update `ampel` (#182) * update ampel-core and ampel-interface * exclude library directory in myy * dynamically use python version * not strict * bump version push 21 Jun 2026 03:04PM UTC web-flow github
87.2
27816856350 main Use astropy native grouping when loading timewise photometry (#181) * delete and gc all temporary variables * add profiling code * make mempory optimization optional * do take out the trash tho push 19 Jun 2026 09:23AM UTC web-flow github
87.2
27413764651 main Bump version to v1.0.0 (#180) * bump version to v1.0.0 * properly re-raise exception push 12 Jun 2026 11:58AM UTC web-flow github
87.14
22634402250 main Proper axis label in lightcurve plot (#174) * pretty ylabel * add brightness key option * specify brightness key push 03 Mar 2026 05:22PM UTC web-flow github
87.14
21987339294 main Add examples (#173) * remove plotting default in T1HDBSCAN * ignore notebooks for stats * add demo notebook * add binder link * add more info * clear outputs * add citation to quaia * add binder note * use updated mongodb action * typo ... push 13 Feb 2026 12:54PM UTC web-flow github
87.0
21714091388 main bump version push 05 Feb 2026 02:00PM UTC JannisNe github
87.0
21713105535 main hotfix: specify mongo uri in T1HDBSCAN push 05 Feb 2026 01:31PM UTC JannisNe github
87.0
21705558678 main hotfix: n_visits configurable push 05 Feb 2026 09:21AM UTC JannisNe github
86.99
See All Builds (937)
  • Repo on GitHub
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