- 
                Notifications
    
You must be signed in to change notification settings  - Fork 110
 
Finalizing examples #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            jgostick
  wants to merge
  16
  commits into
  dev
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
finalizing_examples
  
      
      
   
  
    
  
  
  
 
  
      
    base: dev
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            Finalizing examples #1108
Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@           Coverage Diff           @@
##             dev   #1108     +/-   ##
=======================================
+ Coverage   69.2%   71.0%   +1.8%     
=======================================
  Files         44      44             
  Lines       6208    6186     -22     
=======================================
+ Hits        4299    4398     +99     
+ Misses      1909    1788    -121     🚀 New features to boost your workflow:
  | 
    
# Conflicts: # examples/filters/reference/apply_chords_3D.ipynb # examples/filters/reference/distance_transform_lin.ipynb # examples/filters/reference/fftmorphology.ipynb # examples/filters/reference/fill_closed_pores.ipynb # examples/filters/reference/find_disconnected_voxels.ipynb # examples/filters/reference/find_dt_artifacts.ipynb # examples/filters/reference/find_peaks.ipynb # examples/filters/reference/find_trapped_clusters.ipynb # examples/filters/reference/flood_func.ipynb # examples/filters/reference/nl_means_layered.ipynb # examples/filters/reference/nphase_border.ipynb # examples/filters/reference/seq_to_satn.ipynb # examples/filters/reference/size_to_satn.ipynb # examples/filters/reference/size_to_seq.ipynb # examples/filters/reference/snow_partitioning.ipynb # examples/filters/reference/trim_floating_solid.ipynb # examples/filters/reference/trim_nonpercolating_paths.ipynb # examples/generators/reference/bundle_of_tubes.ipynb # examples/generators/reference/fractal_noise.ipynb # examples/generators/reference/insert_shape.ipynb # examples/generators/reference/lattice_spheres.ipynb # examples/generators/reference/line_segment.ipynb # examples/generators/reference/overlapping_spheres.ipynb # examples/generators/reference/polydisperse_spheres.ipynb # examples/generators/reference/random_cantor_dust.ipynb # examples/generators/reference/voronoi_edges.ipynb # examples/metrics/reference/boxcount.ipynb # examples/metrics/reference/chord_counts.ipynb # examples/metrics/reference/chord_length_distribution.ipynb # examples/metrics/reference/find_porosity_threshold.ipynb # examples/metrics/reference/lineal_path_distribution.ipynb # examples/metrics/reference/mesh_surface_area.ipynb # examples/metrics/reference/mesh_volume.ipynb # examples/metrics/reference/pc_map_to_pc_curve.ipynb # examples/metrics/reference/percolating_porosity.ipynb # examples/metrics/reference/phase_fraction.ipynb # examples/metrics/reference/pore_size_distribution.ipynb # examples/metrics/reference/porosity.ipynb # examples/metrics/reference/props_to_DataFrame.ipynb # examples/metrics/reference/props_to_image.ipynb # examples/metrics/reference/radial_density_distribution.ipynb # examples/metrics/reference/region_interface_areas.ipynb # examples/metrics/reference/region_surface_areas.ipynb # examples/metrics/reference/region_volumes.ipynb # examples/metrics/reference/rev_porosity.ipynb # examples/metrics/reference/two_point_correlation.ipynb # src/porespy/filters/_snows.py # src/porespy/generators/_imgen.py # src/porespy/generators/_micromodels.py # src/porespy/metrics/_funcs.py # src/porespy/metrics/_rev.py # uv.lock
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
closes #1105
closes #1014